Skip to content

Commit

Permalink
ignore composer lock, move php-styles to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stevethomas committed Jun 13, 2022
1 parent 7c1c193 commit f1d88ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8,870 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
],
"require": {
"php": "^8.0",
"codinglabsau/php-styles": "dev-main",
"illuminate/contracts": "^7.0|^8.0|^9.0",
"spatie/enum": "^3.12",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
"codinglabsau/php-styles": "dev-main",
"nunomaduro/collision": "^6.0",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.21",
Expand All @@ -49,7 +49,10 @@
"test-coverage": "vendor/bin/pest --coverage"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit f1d88ee

Please sign in to comment.