Skip to content

Commit

Permalink
Merge pull request #10 from whitecube/laravel-10
Browse files Browse the repository at this point in the history
Laravel 10
  • Loading branch information
voidgraphics authored Feb 16, 2023
2 parents 1359df3 + b474612 commit 0e09857
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,17 @@
],
"require": {
"php": "^8.0",
"laravel/ui": "^4.0",
"barryvdh/laravel-debugbar": "^3.6",
"laravel/pint": "^1.0",
"laravel/ui": "^3.0",
"pestphp/pest-plugin-laravel": "^1.2.0",
"whitecube/bem-components": "^1.1",
"whitecube/laravel-sluggable": "^1.6"
},
"require-dev": {
"jubeki/laravel-code-style": "^1.0",
"pestphp/pest-plugin-laravel": "^1.4.0",
"laravel/pint": "^1.0",
"laravel/helpers": "^1.3",
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.0|^10.0",
"spatie/laravel-log-dumper": "^1.4"
},
"autoload": {
Expand Down

0 comments on commit 0e09857

Please sign in to comment.