Skip to content

Commit

Permalink
laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimimo committed May 24, 2020
1 parent 1799bec commit 737fd64
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
],
"require": {
"php": "^7.1",
"illuminate/auth": "~5.8.0 | ^6.0",
"illuminate/contracts": "~5.8.0 | ^6.0",
"illuminate/database": "~5.8.0 | ^6.0",
"illuminate/events": "~5.8.0 | ^6.0",
"illuminate/filesystem": "~5.8.0 | ^6.0",
"illuminate/support": "~5.8.0 | ^6.0",
"illuminate/notifications": "~5.8.0 | ^6.0"
"illuminate/auth": "~5.8.0 || ^6.0 || ^7.0",
"illuminate/contracts": "~5.8.0 || ^6.0 || ^7.0",
"illuminate/database": "~5.8.0 || ^6.0 || ^7.0",
"illuminate/events": "~5.8.0 || ^6.0 || ^7.0",
"illuminate/filesystem": "~5.8.0 || ^6.0 || ^7.0",
"illuminate/support": "~5.8.0 || ^6.0 || ^7.0",
"illuminate/notifications": "~5.8.0 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.3",
"phpunit/phpunit": "^8.5",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
"mockery/mockery": "^1.0"
},
Expand Down

0 comments on commit 737fd64

Please sign in to comment.