Skip to content

Commit

Permalink
Merge pull request #32 from carusogabriel/improvement/php-7.4
Browse files Browse the repository at this point in the history
Forward compatibility with PHP 7.4
  • Loading branch information
lcobucci authored Oct 30, 2019
2 parents d203f1a + c50ac95 commit ff2a905
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ script:

jobs:
allow_failures:
- php: 7.4snapshot
- php: nightly

include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"require": {
"php": "^7.3",
"ext-json": "^1.7",
"ext-json": "*",
"fig/http-message-util": "^1.1",
"psr/http-factory": "^1.0",
"psr/http-server-middleware": "^1.0"
Expand Down

0 comments on commit ff2a905

Please sign in to comment.