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.
2 parents 1359df3 + b474612 commit 0e09857Copy full SHA for 0e09857
composer.json
@@ -17,18 +17,17 @@
17
],
18
"require": {
19
"php": "^8.0",
20
+ "laravel/ui": "^4.0",
21
"barryvdh/laravel-debugbar": "^3.6",
- "laravel/pint": "^1.0",
22
- "laravel/ui": "^3.0",
23
- "pestphp/pest-plugin-laravel": "^1.2.0",
24
"whitecube/bem-components": "^1.1",
25
"whitecube/laravel-sluggable": "^1.6"
26
},
27
"require-dev": {
28
- "jubeki/laravel-code-style": "^1.0",
+ "pestphp/pest-plugin-laravel": "^1.4.0",
+ "laravel/pint": "^1.0",
29
"laravel/helpers": "^1.3",
30
- "orchestra/testbench": "^7.0",
31
- "phpunit/phpunit": "^9.0",
+ "orchestra/testbench": "^7.0|^8.0",
+ "phpunit/phpunit": "^9.0|^10.0",
32
"spatie/laravel-log-dumper": "^1.4"
33
34
"autoload": {
0 commit comments