+1
−0
+650
−324
File changed.
Preview size limit exceeded, changes collapsed.
+7
−5
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -5,18 +5,20 @@ | ||
"repositories": [
|
||
{
|
||
"type": "composer",
|
||
"url": "https://dev.unicaen.fr/packagist"
|
||
"url": "https://gest.unicaen.fr/packagist"
|
||
}
|
||
],
|
||
"require": {
|
||
"php": ">=5.6",
|
||
"doctrine/doctrine-orm-module": ">=0.7",
|
||
"php": ">=7.2",
|
||
"doctrine/dbal": "^2.9",
|
||
"beberlei/assert": "^2.7",
|
||
"ramsey/uuid": "^3.6"
|
||
"ramsey/uuid": "^3.6",
|
||
"unicaen/app": "dev-zf-3.x",
|
||
"guzzlehttp/guzzle": "^6.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~5.4",
|
||
"unicaen/test": "^1.0"
|
||
"unicaen/test": "dev-zf-3.x"
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
+4101
−746
File changed.
Preview size limit exceeded, changes collapsed.
+42
−11
Loading