Skip to content

Commit

Permalink
Add Laravel >=9 compatiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
KKSzymanowski committed Oct 24, 2022
1 parent a265c66 commit cb2895c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1,560 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
vendor/
.idea/
composer.lock
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"require": {
"php": "^7.2|^8.0",
"ext-pdo": "*",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/container": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0"
"illuminate/support": ">=6.0",
"illuminate/container": ">=6.0",
"illuminate/database": ">=6.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit cb2895c

Please sign in to comment.