Skip to content

Commit b561964

Browse files
committedJan 10, 2023
wip
1 parent d0696cc commit b561964

File tree

2 files changed

+226
-134
lines changed

2 files changed

+226
-134
lines changed
 

‎composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"laravel"
88
],
99
"license": "MIT",
10-
"platform": {
11-
"php": "7.4.27"
12-
},
1310
"require": {
1411
"php": "^7.4|^8.0",
1512
"fideloper/proxy": "^4.2",
@@ -28,7 +25,10 @@
2825
"config": {
2926
"optimize-autoloader": true,
3027
"preferred-install": "dist",
31-
"sort-packages": true
28+
"sort-packages": true,
29+
"platform": {
30+
"php": "7.4.27"
31+
}
3232
},
3333
"extra": {
3434
"laravel": {

0 commit comments

Comments
 (0)
Please sign in to comment.