Skip to content

Commit

Permalink
Updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RoccoHoward committed Sep 5, 2019
1 parent 75937db commit bd7e68c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@
}
],
"require": {
"illuminate/support": "5.5 - 5.8",
"php": ">=7.1.3"
"php": "^7.2",
"illuminate/support": "5.*|6.*"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^8.3",
"phpmd/phpmd" : "~2.0",
"squizlabs/php_codesniffer" : "~3.0",
"symfony/thanks" : "*"
"squizlabs/php_codesniffer" : "~3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bd7e68c

Please sign in to comment.