"...View/git@gitlab-ssh.irstea.fr:theophile.terraz/pamhyr.git" did not exist on "f074e1fdf254fc592d52ac8a1284a38b605cfc9a"
Maj composer.json
Showing
+7 -1
... | @@ -26,6 +26,7 @@ | ... | @@ -26,6 +26,7 @@ |
], | ], | ||
"require": { | "require": { | ||
"php": "^7.1", | "php": "^7.1", | ||
"ext-json": "^1.5", | |||
"doctrine/doctrine-bundle": "^1.6", | "doctrine/doctrine-bundle": "^1.6", | ||
"doctrine/orm": "^2.5", | "doctrine/orm": "^2.5", | ||
"sensio/framework-extra-bundle": "^3.0.2", | "sensio/framework-extra-bundle": "^3.0.2", | ||
... | @@ -39,7 +40,12 @@ | ... | @@ -39,7 +40,12 @@ |
"white-october/pagerfanta-bundle": "~1.0", | "white-october/pagerfanta-bundle": "~1.0", | ||
"willdurand/js-translation-bundle": "~2.2", | "willdurand/js-translation-bundle": "~2.2", | ||
"xenolope/quahog": "^2.1", | "xenolope/quahog": "^2.1", | ||
"symfony/intl": "^3.3" | "symfony/intl": "^3.3", | ||
"psr/log": "^1.0", | |||
"twig/twig": "^1.0||^2.0", | |||
"twig/extensions": "^1.0", | |||
"pagerfanta/pagerfanta": "^1.0", | |||
"knplabs/gaufrette": "^0.3" | |||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "^4.8" | "phpunit/phpunit": "^4.8" | ||
... | ... |
Please register or sign in to comment