We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6944b40 commit 90ab24aCopy full SHA for 90ab24a
.travis.yml
@@ -7,6 +7,9 @@ env:
7
matrix:
8
include:
9
- php: 7.4
10
+ - php: nightly
11
+ allow_failures:
12
13
14
before_install:
15
- pecl channel-update pecl.php.net
composer.json
@@ -20,12 +20,12 @@
20
"source": "https://github.com/chillerlan/php-settings-container"
21
},
22
"require": {
23
- "php": "^7.4",
+ "php": "^7.4 || ^8.0",
24
"ext-json": "*"
25
26
"require-dev": {
27
- "phan/phan": "^3.0",
28
- "phpunit/phpunit": "^9.2"
+ "phan/phan": "^3.2.2",
+ "phpunit/phpunit": "9.4"
29
30
"autoload": {
31
"psr-4": {
0 commit comments