forked from aslan/applicant-site
prodV1 #2
2
Makefile
2
Makefile
|
@ -26,7 +26,7 @@ setup-ci:
|
|||
npm run build
|
||||
|
||||
setup-prod:
|
||||
composer install
|
||||
/opt/php82/bin/php /usr/local/bin/composer install
|
||||
npm ci
|
||||
npm run build
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
],
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^8.3",
|
||||
"php": "^8",
|
||||
"fakerphp/faker": "^1.23.1",
|
||||
"guzzlehttp/guzzle": "^7.8.1",
|
||||
"imangazaliev/didom": "^2.0.1",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "b08e2f37cdd3c92cbf32d616488c1231",
|
||||
"content-hash": "510b89acb2330588f3b2a70ee33a7e2e",
|
||||
"packages": [
|
||||
{
|
||||
"name": "brick/math",
|
||||
|
@ -9472,7 +9472,7 @@
|
|||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": "^8.3"
|
||||
"php": "^8"
|
||||
},
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.6.0"
|
||||
|
|
Loading…
Reference in New Issue