Skip to content

Commit

Permalink
Drop support for PHPunit < 8 / Laravel < 5.8,
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Henninger committed Sep 10, 2020
1 parent 5dbf9f6 commit bc45b25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
],
"require": {
"php": "^7.2",
"illuminate/config": "^5.1|^6.0|^7.0|^8.0",
"illuminate/support": "^5.1|^6.0|^7.0|^8.0",
"illuminate/filesystem": "^5.1|^6.0|^7.0|^8.0",
"illuminate/config": "^5.8|^6.0|^7.0|^8.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
"illuminate/filesystem": "^5.8|^6.0|^7.0|^8.0",
"ezyang/htmlpurifier": "4.13.*"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0|^8.3|^9.0",
"mockery/mockery": "0.9.*|^1.0",
"phpunit/phpunit": "^8.0|^9.0",
"mockery/mockery": "^1.0",
"graham-campbell/testbench": "^3.2|^5.5.1"
},
"suggest": {
Expand Down

0 comments on commit bc45b25

Please sign in to comment.