Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyrisbee committed Nov 10, 2023
1 parent 1b51feb commit e1fc9dd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,19 @@
"pestphp/pest-plugin-type-coverage": "^2.2"
},
"license": "MIT",
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Storipress\\WordPress\\": "src/"
}
},
"minimum-stability": "stable",
"config": {
"allow-plugins": {
"pestphp/pest-plugin": false,
"ergebnis/composer-normalize": false
}
"ergebnis/composer-normalize": true,
"pestphp/pest-plugin": true
},
"sort-packages": true
},
"extra": {
"laravel": {
Expand Down

0 comments on commit e1fc9dd

Please sign in to comment.