Skip to content

Commit 90ab24a

Browse files
committed
:octocat: dependency update
1 parent 6944b40 commit 90ab24a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ env:
77
matrix:
88
include:
99
- php: 7.4
10+
- php: nightly
11+
allow_failures:
12+
- php: nightly
1013

1114
before_install:
1215
- pecl channel-update pecl.php.net

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"source": "https://github.com/chillerlan/php-settings-container"
2121
},
2222
"require": {
23-
"php": "^7.4",
23+
"php": "^7.4 || ^8.0",
2424
"ext-json": "*"
2525
},
2626
"require-dev": {
27-
"phan/phan": "^3.0",
28-
"phpunit/phpunit": "^9.2"
27+
"phan/phan": "^3.2.2",
28+
"phpunit/phpunit": "9.4"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)