X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/b38eb8bde08238206e5ee8a352d0cd5aff37790c..7eaedfaf9dd228fd5793a1e5a47eae44721c4f92:/composer.json diff --git a/composer.json b/composer.json index 9037220..b6dad93 100644 --- a/composer.json +++ b/composer.json @@ -1,22 +1,25 @@ { "type": "project", "name": "rapsys/airlibre", - "description": "Open air booking system", + "description": "Outdoor area booking system", "license": "AGPL-3.0-or-later", "require": { "php": "^7.1.3", "ext-ctype": "*", "ext-iconv": "*", - "rapsys/packbundle": "dev-master", - "rapsys/userbundle": "dev-master", - "rapsys/airbundle": "dev-master", + "symfony/asset": "4.3.*", "symfony/console": "4.3.*", + "symfony/dependency-injection": "4.3.*", "symfony/dotenv": "4.3.*", "symfony/flex": "^1.3.1", "symfony/framework-bundle": "4.3.*", "symfony/process": "4.3.*", - "symfony/security": "4.3.*", - "symfony/yaml": "4.3.*" + "symfony/security-bundle": "4.3.*", + "symfony/yaml": "4.3.*", + "twig/extensions": "1.5.*", + "rapsys/packbundle": "dev-master", + "rapsys/userbundle": "dev-master", + "rapsys/airbundle": "dev-master" }, "require-dev": { }, @@ -36,6 +39,96 @@ "App\\Tests\\": "tests/" } }, + "repositories": [ + { + "type": "package", + "package": { + "name": "rapsys/userbundle", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://rapsys@git.rapsys.eu/userbundle", + "reference": "master" + }, + "autoload": { + "psr-4": { + "Rapsys\\UserBundle\\": "" + } + }, + "require": { + "php": "*", + "doctrine/common": "*", + "symfony/config": "*", + "symfony/dependency-injection": "*", + "symfony/form": "*", + "symfony/framework-bundle": "*", + "symfony/routing": "*", + "symfony/security-bundle": "*" + }, + "require-dev": { + "doctrine/data-fixtures": "*" + } + } + }, + { + "type": "package", + "package": { + "name": "rapsys/packbundle", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://rapsys@git.rapsys.eu/packbundle", + "reference": "master" + }, + "autoload": { + "psr-4": { + "Rapsys\\PackBundle\\": "" + } + }, + "require": { + "symfony/asset": "^4.3", + "symfony/config": "^4.3", + "symfony/dependency-injection": "^4.3", + "symfony/process": "^4.3", + "twig/extensions": "^1.5" + } + } + }, + { + "type": "package", + "package": { + "name": "rapsys/airbundle", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://rapsys@git.rapsys.eu/airbundle", + "reference": "master" + }, + "autoload": { + "psr-4": { + "Rapsys\\AirBundle\\": "" + } + }, + "require": { + "php": "*", + "doctrine/common": "*", + "symfony/config": "*", + "symfony/dependency-injection": "*", + "symfony/form": "*", + "symfony/framework-bundle": "*", + "symfony/routing": "*", + "symfony/security-bundle": "*", + "symfony/translation": "*", + "symfony/twig-bundle": "*", + "symfony/validator": "*", + "doctrine/doctrine-bundle": "*", + "doctrine/doctrine-fixtures-bundle": "*", + "swiftmailer/swiftmailer": "*", + "twig/extensions": "^1.5" + } + } + } + ], "replace": { "paragonie/random_compat": "2.*", "symfony/polyfill-ctype": "*", @@ -44,59 +137,6 @@ "symfony/polyfill-php70": "*", "symfony/polyfill-php56": "*" }, - "repositories": [ - { - "type": "package", - "package": { - "name": "rapsys/userbundle", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://rapsys@git.rapsys.eu/userbundle", - "reference": "master" - }, - "autoload": { - "psr-4": { - "Rapsys\\UserBundle\\": "" - } - } - } - }, - { - "type": "package", - "package": { - "name": "rapsys/packbundle", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://rapsys@git.rapsys.eu/packbundle", - "reference": "master" - }, - "autoload": { - "psr-4": { - "Rapsys\\PackBundle\\": "" - } - } - } - }, - { - "type": "package", - "package": { - "name": "rapsys/airbundle", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://rapsys@git.rapsys.eu/airbundle", - "reference": "master" - }, - "autoload": { - "psr-4": { - "Rapsys\\AirBundle\\": "" - } - } - } - } - ], "scripts": { "auto-scripts": { "cache:clear": "symfony-cmd", @@ -113,9 +153,13 @@ "symfony/symfony": "*" }, "extra": { + "symfony-assets-install": "relative", + "incenteev-parameters": { + "keep-outdated": true + }, "symfony": { - "allow-contrib": false, - "require": "4.3.*" + "allow-contrib": true, + "endpoint": "https://flex.rapsys.eu" } } }