|
@@ -5,23 +5,6 @@
|
|
"description": "A minimal Symfony project recommended to create bare bones applications",
|
|
"description": "A minimal Symfony project recommended to create bare bones applications",
|
|
"minimum-stability": "stable",
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true,
|
|
"prefer-stable": true,
|
|
- "repositories": [
|
|
|
|
- {
|
|
|
|
- "packagist": false
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "type": "composer",
|
|
|
|
- "url": "http://nexus.intra.cnaf/repository/composer-proxy/"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "type": "composer",
|
|
|
|
- "url": "http://nexus.intra.cnaf/repository/composer-snapshots/"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "type": "composer",
|
|
|
|
- "url": "http://nexus.intra.cnaf/repository/composer-releases/"
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
"require": {
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"php": ">=8.1",
|
|
"ext-ctype": "*",
|
|
"ext-ctype": "*",
|
|
@@ -65,7 +48,6 @@
|
|
"twig/twig": "^2.12|^3.0"
|
|
"twig/twig": "^2.12|^3.0"
|
|
},
|
|
},
|
|
"config": {
|
|
"config": {
|
|
- "secure-http": false,
|
|
|
|
"allow-plugins": {
|
|
"allow-plugins": {
|
|
"composer/package-versions-deprecated": true,
|
|
"composer/package-versions-deprecated": true,
|
|
"symfony/flex": true,
|
|
"symfony/flex": true,
|
|
@@ -113,12 +95,7 @@
|
|
"extra": {
|
|
"extra": {
|
|
"symfony": {
|
|
"symfony": {
|
|
"allow-contrib": true,
|
|
"allow-contrib": true,
|
|
- "require": "6.4.*",
|
|
|
|
- "endpoint": [
|
|
|
|
- "https://gitlab.si.cnaf.info/api/v4/projects/48673/repository/files/index.json/raw?ref=main",
|
|
|
|
- "https://gitlab.si.cnaf.info/cnaf/flex/recipes/-/raw/flex/main/index.json",
|
|
|
|
- "https://gitlab.si.cnaf.info/cnaf/flex/recipes-contrib/-/raw/flex/main/index.json"
|
|
|
|
- ]
|
|
|
|
|
|
+ "require": "6.4.*"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"require-dev": {
|
|
"require-dev": {
|