Skip to content

Commit cda3c96

Browse files
authoredOct 31, 2020
Merge pull request #179 from mmachatschek/support_php8_2.x
[2.x] Support PHP8
2 parents 1c69ae3 + c3b7d3e commit cda3c96

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed
 

‎composer.json

+1-10
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,17 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2.5",
13+
"php": "^7.2.5|^8.0",
1414
"illuminate/console": "^7.0",
1515
"illuminate/filesystem": "^7.0",
1616
"illuminate/support": "^7.0"
1717
},
18-
"require-dev": {
19-
"mockery/mockery": "^1.0",
20-
"phpunit/phpunit": "^8.0"
21-
},
2218
"autoload": {
2319
"psr-4": {
2420
"Laravel\\Ui\\": "src/",
2521
"Illuminate\\Foundation\\Auth\\": "auth-backend/"
2622
}
2723
},
28-
"autoload-dev": {
29-
"psr-4": {
30-
"Laravel\\Ui\\Tests\\": "tests/"
31-
}
32-
},
3324
"config": {
3425
"sort-packages": true
3526
},

0 commit comments

Comments
 (0)