We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a83f3 commit e5e81d9Copy full SHA for e5e81d9
.gitignore
@@ -1,3 +1,4 @@
1
.idea
2
/vendor/
3
-composer.lock
+composer.lock
4
+**/.DS_Store
composer.json
@@ -10,8 +10,8 @@
10
}
11
],
12
"require": {
13
- "php": "^8.0",
14
- "illuminate/support": "^9.0"
+ "php": "^8.1.0",
+ "illuminate/support": "^10.0"
15
},
16
"autoload": {
17
"psr-4": {
0 commit comments