Skip to content

Commit e38a1c3

Browse files
committed
:octocat: test 1... 2... 3... 🔥
1 parent 69d1712 commit e38a1c3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
matrix:
44
include:
55
- php: 7.2
6+
- php: 7.3
67
- php: nightly
78
allow_failures:
89
- php: nightly

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "library",
77
"minimum-stability": "stable",
88
"keywords": [
9-
"php7", "helper", "psr-11", "container", "settings"
9+
"php7", "helper", "container", "settings"
1010
],
1111
"authors": [
1212
{
@@ -20,11 +20,11 @@
2020
"source": "https://github.com/chillerlan/php-settings-container"
2121
},
2222
"require": {
23-
"php": "^7.2",
23+
"php": "^7.2 || ^8.0",
2424
"ext-json": "*"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^7.3"
27+
"phpunit/phpunit": "^7.5"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)