Skip to content
Snippets Groups Projects
Commit 44445db5 authored by Valentin's avatar Valentin
Browse files

composer packages review

parent 3398b087
No related branches found
No related tags found
1 merge request!4composer packages review
...@@ -84,6 +84,7 @@ GRANT FILE ON earc.* TO 'earc_user'@'localhost'; ...@@ -84,6 +84,7 @@ GRANT FILE ON earc.* TO 'earc_user'@'localhost';
- from application root run - from application root run
``` ```
composer install composer install
composer update -W --ignore-platform-req=ext-intl --ignore-platform-req=ext-soap
``` ```
2. create and populate application's .env file 2. create and populate application's .env file
- from application root run - from application root run
......
...@@ -4,10 +4,14 @@ ...@@ -4,10 +4,14 @@
"keywords": ["eduGAIN", "saml2.0", "attribute", "release"], "keywords": ["eduGAIN", "saml2.0", "attribute", "release"],
"license": "MIT", "license": "MIT",
"type": "project", "type": "project",
"minimum-stability" : "dev",
"prefer-stable" : true,
"require": { "require": {
"php": "^7.4|^8.0", "php": "^8.0",
"laravel/framework": "^8.0", "laravel/framework": "^10.0",
"simplesamlphp/simplesamlphp": "v1.19.2", "psr/log": "^2.0",
"simplesamlphp/saml2": "^5.0",
"simplesamlphp/simplesamlphp": "dev-master",
"doctrine/dbal": "^3.1" "doctrine/dbal": "^3.1"
}, },
"require-dev": { "require-dev": {
...@@ -15,7 +19,9 @@ ...@@ -15,7 +19,9 @@
"mockery/mockery": "v1.4.4", "mockery/mockery": "v1.4.4",
"phpunit/phpunit": "~9.0", "phpunit/phpunit": "~9.0",
"symfony/css-selector": "^5.0", "symfony/css-selector": "^5.0",
"symfony/dom-crawler": "^5.0" "symfony/dom-crawler": "^5.0",
"symfony/routing": "^6.2",
"monolog/monolog": "^3.0"
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [
...@@ -43,6 +49,9 @@ ...@@ -43,6 +49,9 @@
] ]
}, },
"config": { "config": {
"preferred-install": "dist" "preferred-install": "dist",
"allow-plugins": {
"simplesamlphp/composer-module-installer": true
}
} }
} }
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment