Skip to content

Commit 6ba9352

Browse files
authored
Merge pull request #10 from recoilphp/php-74
Prepare for PHP 7.4.
2 parents 8a1c814 + 042e220 commit 6ba9352

3 files changed

Lines changed: 165 additions & 160 deletions

File tree

.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
"react/event-loop": "^1.0 || ^0.5 || ^0.4",
77
"react/promise": "^2",
88
"recoil/api": "^1",
9-
"recoil/kernel": "^1"
9+
"recoil/kernel": "^1.0.2"
1010
},
1111
"require-dev": {
12-
"eloquent/phony": "^3",
12+
"eloquent/phony": "^3.2",
1313
"friendsofphp/php-cs-fixer": "^2",
1414
"hamcrest/hamcrest-php": "^2",
1515
"peridot-php/leo": "^1",
1616
"peridot-php/peridot-code-coverage-reporters": "^2",
1717
"peridot-php/peridot": "^1",
18-
"recoil/dev": "^0.3"
18+
"recoil/dev": "^0.3.5"
1919
},
2020
"autoload": { "psr-4": { "Recoil\\React\\": "src" } },
2121
"autoload-dev": {

0 commit comments

Comments
 (0)