fix: remove unavailable plugin constraints + fail on composer errors
Some checks are pending
Module sub-split / Sub-split (push) Waiting to run
Some checks are pending
Module sub-split / Sub-split (push) Waiting to run
This commit is contained in:
@@ -27,7 +27,7 @@ WORKDIR /var/www/html
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN composer install --no-dev --optimize-autoloader --no-interaction || true
|
RUN composer install --no-dev --optimize-autoloader --no-interaction
|
||||||
|
|
||||||
RUN php artisan winter:version 2>/dev/null || true
|
RUN php artisan winter:version 2>/dev/null || true
|
||||||
|
|
||||||
|
|||||||
@@ -35,11 +35,7 @@
|
|||||||
"winter/wn-backend-module": "~1.2.0",
|
"winter/wn-backend-module": "~1.2.0",
|
||||||
"winter/wn-cms-module": "~1.2.0",
|
"winter/wn-cms-module": "~1.2.0",
|
||||||
"laravel/framework": "^9.1",
|
"laravel/framework": "^9.1",
|
||||||
"wikimedia/composer-merge-plugin": "~2.1.0",
|
"wikimedia/composer-merge-plugin": "~2.1.0"
|
||||||
"winter/wn-pages-plugin": "~1.2.0",
|
|
||||||
"winter/wn-blog-plugin": "~1.2.0",
|
|
||||||
"winter/wn-sitemap-plugin": "~1.2.0",
|
|
||||||
"winter/wn-seo-plugin": "~1.2.0"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9.5.8",
|
"phpunit/phpunit": "^9.5.8",
|
||||||
|
|||||||
Reference in New Issue
Block a user