Skip to content

Commit e693133

Browse files
committed
fix: update composer command to ignore platform requirements for zip extension
1 parent 5399bb5 commit e693133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sed -i "s/^DB_USERNAME=.*/${new_db_username}/" .env
2323
sed -i "s/^DB_PASSWORD=.*/${new_db_password}/" .env
2424

2525
echo "--- Install dependencies ..."
26-
composer update
26+
composer update --ignore-platform-req=ext-zip
2727

2828
echo "--- Generate the application key ..."
2929
php artisan key:generate

0 commit comments

Comments
 (0)