Skip to content

Commit

Permalink
laravel 7 enabled in composer (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Hubert Smusz <hubert.smusz@movecloser.pl>
  • Loading branch information
hsmusz and Hubert Smusz authored Sep 1, 2020
1 parent aebdfa5 commit eb2edcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
],
"require": {
"php": ">=7.1",
"illuminate/database": "^5.4|^6.0",
"illuminate/support": "^5.4|^6.0",
"illuminate/database": "^5.4|^6.0|^7.0",
"illuminate/support": "^5.4|^6.0|^7.0",
"mr-luke/configuration": "^1.0"
},
"require-dev": {
"fzaninotto/faker": "^1.9",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^3.4|^4.0",
"phpunit/phpunit": "^7.0"
"orchestra/testbench": "^3.4|^4.0|^5.0",
"phpunit/phpunit": "^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit eb2edcc

Please sign in to comment.