Skip to content

Commit

Permalink
Remove PHP 7.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Dec 13, 2021
1 parent dc5c4b6 commit 56b447b
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
@@ -1,7 +1,6 @@
language: php

php:
- 7.3
- 7.4
- 8.0

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",

"behat/behat": "^3.4",
"symfony/dependency-injection": "^5.3 || ^6.0"
Expand Down

0 comments on commit 56b447b

Please sign in to comment.