|
@@ -106,29 +106,24 @@
|
|
|
"local_pk": "./keys/bitbucket.id_rsa"
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
+ {
|
|
|
"type": "vcs",
|
|
|
"url": "ssh://git@gogs.infra.flowdat.com:222/3erPartyFlowdat3/SonataAdminBundle.git",
|
|
|
"name": "ik-sonata"
|
|
|
- }
|
|
|
-
|
|
|
+ }
|
|
|
],
|
|
|
"config": {
|
|
|
"secure-http": false,
|
|
|
"optimize-autoloader": true,
|
|
|
- "platform": {
|
|
|
- "php": "5.5.9"
|
|
|
- },
|
|
|
- "sort-packages": true
|
|
|
-
|
|
|
+ "sort-packages": true
|
|
|
},
|
|
|
"require": {
|
|
|
"php": ">=5.5.9",
|
|
|
"doctrine/doctrine-bundle": "^1.6",
|
|
|
"doctrine/doctrine-cache-bundle": "^1.2",
|
|
|
"doctrine/doctrine-migrations-bundle": "^1.2",
|
|
|
+ "doctrine/instantiator": "^1.0.5",
|
|
|
"doctrine/orm": "^2.5",
|
|
|
- "hwi/oauth-bundle": "^0.5.3",
|
|
|
"ik/audit-bundle": "dev-master",
|
|
|
"ik/auth-bundle": "dev-master",
|
|
|
"ik/base-admin-bundle": "dev-master",
|
|
@@ -159,9 +154,9 @@
|
|
|
"voryx/restgeneratorbundle": "dev-master"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
+ "phpunit/phpunit": "^6.3.0",
|
|
|
"sensio/generator-bundle": "^3.0",
|
|
|
- "symfony/phpunit-bridge": "^3.3",
|
|
|
- "phpunit/phpunit": "^4.8"
|
|
|
+ "symfony/phpunit-bridge": "^3.3"
|
|
|
},
|
|
|
"scripts": {
|
|
|
"workflows-commands": [
|