Skip to content

Commit 4fc1b48

Browse files
authored
Merge pull request #18 from recoilphp/php-74
Prepare for PHP 7.4.
2 parents 8b360c9 + af465ab commit 4fc1b48

11 files changed

Lines changed: 170 additions & 151 deletions

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ php:
99
matrix:
1010
fast_finish: true
1111
allow_failures:
12-
- php: '7.4snapshot'
1312
- php: 'nightly'
1413
before_install:
1514
- phpenv config-rm xdebug.ini || true

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"require-dev": {
1414
"composer/composer": "1.0.0",
15-
"eloquent/phony": "^3",
15+
"eloquent/phony": "^3.2",
1616
"friendsofphp/php-cs-fixer": "^2",
1717
"peridot-php/leo": "^1",
1818
"peridot-php/peridot": "^1",

0 commit comments

Comments
 (0)