Skip to content

Commit

Permalink
fix composer issue with pest
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpanjwani committed Oct 17, 2022
1 parent 0aaf0e7 commit d8c4299
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"extra": {
"laravel": {
Expand Down
1 change: 0 additions & 1 deletion docker-compose/setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh

docker-compose exec app composer config --no-plugins allow-plugins.pestphp/pest-plugin true
docker-compose exec app composer install --no-interaction --prefer-dist --optimize-autoloader

docker-compose exec app php artisan storage:link || true
Expand Down

0 comments on commit d8c4299

Please sign in to comment.