Skip to content

Commit

Permalink
Swapped matt-allan/laravel-code-style for Jubeki/laravel-code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
voidgraphics committed Feb 11, 2022
1 parent 4e9ffc8 commit dd230b4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"require": {
"php": "^7.3|^8.0",
"laravel/ui": "^3.0",
"matt-allan/laravel-code-style": "^0.6.0",
"whitecube/bem-components": "^1.0",
"whitecube/laravel-sluggable": "^1.5",
"barryvdh/laravel-debugbar": "^3.5",
"pestphp/pest-plugin-laravel": "^1.0.0"
},
"require-dev": {
"jubeki/laravel-code-style": "^1.0",
"laravel/helpers": "^1.3",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0",
"laravel/helpers": "^1.3",
"spatie/laravel-log-dumper": "^1.4"
},
"autoload": {
Expand All @@ -36,7 +36,10 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"extra": {
"laravel": {
Expand Down

0 comments on commit dd230b4

Please sign in to comment.