Skip to content

Commit

Permalink
Bump dependencies to PHP ^7.3|^8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Nov 5, 2020
1 parent 62172ef commit d5cf8a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: php

php:
- '7.2'
- '7.3'
- '7.4'
- '8.0snapshot'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.2|^8.0",
"php": "^7.3|^8.0",
"behat/behat": "^3.6.1",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
Expand Down

0 comments on commit d5cf8a1

Please sign in to comment.