Skip to content

Commit

Permalink
Drop PHP 7.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gallib committed Jan 26, 2021
1 parent f2286bb commit 33b1a0f
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.2.5
- 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 @@ -10,11 +10,11 @@
}
],
"require": {
"php" : "^7.2.5|^8.0.0",
"illuminate/auth": "^5.8|^6.0|^7.0|^8.0",
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0",
"illuminate/database": "^5.8|^6.20.12|^7.30.3|^8.22.1",
"illuminate/routing": "^5.8|^6.0|^7.0|^8.0",
"php" : "^7.3.0|^8.0.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
"guzzlehttp/guzzle": "^7.0.1",
"symfony/dom-crawler": "^4.4|^5.0"
Expand Down

0 comments on commit 33b1a0f

Please sign in to comment.