Skip to content

Commit

Permalink
Fix laravel version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ion Bazan authored Jun 23, 2020
1 parent 054997f commit 011699e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": ">=7.2",
"illuminate/support": "5.8.*|^6.0",
"illuminate/database": "5.8.*|6.0"
"illuminate/database": "5.8.*|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 011699e

Please sign in to comment.