Skip to content

Commit 0e09857

Browse files
authored
Merge pull request #10 from whitecube/laravel-10
Laravel 10
2 parents 1359df3 + b474612 commit 0e09857

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,17 @@
1717
],
1818
"require": {
1919
"php": "^8.0",
20+
"laravel/ui": "^4.0",
2021
"barryvdh/laravel-debugbar": "^3.6",
21-
"laravel/pint": "^1.0",
22-
"laravel/ui": "^3.0",
23-
"pestphp/pest-plugin-laravel": "^1.2.0",
2422
"whitecube/bem-components": "^1.1",
2523
"whitecube/laravel-sluggable": "^1.6"
2624
},
2725
"require-dev": {
28-
"jubeki/laravel-code-style": "^1.0",
26+
"pestphp/pest-plugin-laravel": "^1.4.0",
27+
"laravel/pint": "^1.0",
2928
"laravel/helpers": "^1.3",
30-
"orchestra/testbench": "^7.0",
31-
"phpunit/phpunit": "^9.0",
29+
"orchestra/testbench": "^7.0|^8.0",
30+
"phpunit/phpunit": "^9.0|^10.0",
3231
"spatie/laravel-log-dumper": "^1.4"
3332
},
3433
"autoload": {

0 commit comments

Comments
 (0)