Changed the composer to use the monarc /core and /backoffice versions 2.9.x

laminas
Ruslan Baidan 2019-11-25 14:38:37 +01:00
parent c3da4ca3ea
commit c06ca7c5bb
2 changed files with 43 additions and 42 deletions

View File

@ -16,7 +16,8 @@
"php": "^7.1", "php": "^7.1",
"ext-json": "*", "ext-json": "*",
"ext-pdo": "*", "ext-pdo": "*",
"monarc/backoffice": "dev-master", "monarc/backoffice": "^2.9",
"monarc/core": "^2.9",
"zendframework/zend-mvc": "^3.1", "zendframework/zend-mvc": "^3.1",
"zendframework/zend-di": "^3.1", "zendframework/zend-di": "^3.1",
"zendframework/zend-permissions-rbac": "^3.0", "zendframework/zend-permissions-rbac": "^3.0",

82
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "bdfce1dae7295f07e9c82b5bc23b787c", "content-hash": "959ce665a4bccf9c488d6f8e7e45ea83",
"packages": [ "packages": [
{ {
"name": "cakephp/cache", "name": "cakephp/cache",
@ -772,23 +772,23 @@
}, },
{ {
"name": "doctrine/doctrine-module", "name": "doctrine/doctrine-module",
"version": "2.1.9", "version": "2.1.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineModule.git", "url": "https://github.com/doctrine/DoctrineModule.git",
"reference": "b1d4ac0bee00847188ba574f7998025c3caa771e" "reference": "2b961e58eb911bfe1e99a6e9a69087e05a24201c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/b1d4ac0bee00847188ba574f7998025c3caa771e", "url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/2b961e58eb911bfe1e99a6e9a69087e05a24201c",
"reference": "b1d4ac0bee00847188ba574f7998025c3caa771e", "reference": "2b961e58eb911bfe1e99a6e9a69087e05a24201c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/cache": "^1.7", "doctrine/cache": "^1.7",
"doctrine/common": "^2.8", "doctrine/common": "^2.8",
"php": "^7.1", "php": "^7.1",
"symfony/console": "^3.3 || ^4.0", "symfony/console": "^3.3 || ^4.0 || ^5.0",
"zendframework/zend-authentication": "^2.5.3", "zendframework/zend-authentication": "^2.5.3",
"zendframework/zend-cache": "^2.7.1", "zendframework/zend-cache": "^2.7.1",
"zendframework/zend-form": "^2.11", "zendframework/zend-form": "^2.11",
@ -847,6 +847,11 @@
"email": "theman@spiffyjr.me", "email": "theman@spiffyjr.me",
"homepage": "http://www.spiffyjr.me/" "homepage": "http://www.spiffyjr.me/"
}, },
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://marco-pivetta.com/"
},
{ {
"name": "Guilherme Blanco", "name": "Guilherme Blanco",
"email": "guilhermeblanco@hotmail.com" "email": "guilhermeblanco@hotmail.com"
@ -855,11 +860,6 @@
"name": "Michaël Gallego", "name": "Michaël Gallego",
"email": "mic.gallego@gmail.com", "email": "mic.gallego@gmail.com",
"homepage": "http://www.michaelgallego.fr" "homepage": "http://www.michaelgallego.fr"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://marco-pivetta.com/"
} }
], ],
"description": "Zend Framework Module that provides Doctrine basic functionality required for ORM and ODM modules", "description": "Zend Framework Module that provides Doctrine basic functionality required for ORM and ODM modules",
@ -869,20 +869,20 @@
"module", "module",
"zf" "zf"
], ],
"time": "2019-02-17T20:11:57+00:00" "time": "2019-11-23T21:33:35+00:00"
}, },
{ {
"name": "doctrine/doctrine-orm-module", "name": "doctrine/doctrine-orm-module",
"version": "2.1.5", "version": "2.1.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineORMModule.git", "url": "https://github.com/doctrine/DoctrineORMModule.git",
"reference": "652d8aa636333b6b3f39a2f079c1565b5a9f5a6e" "reference": "5693988999afae74cd74a8c43e78cddde1cff464"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineORMModule/zipball/652d8aa636333b6b3f39a2f079c1565b5a9f5a6e", "url": "https://api.github.com/repos/doctrine/DoctrineORMModule/zipball/5693988999afae74cd74a8c43e78cddde1cff464",
"reference": "652d8aa636333b6b3f39a2f079c1565b5a9f5a6e", "reference": "5693988999afae74cd74a8c43e78cddde1cff464",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -890,7 +890,7 @@
"doctrine/doctrine-module": "^2.1.3", "doctrine/doctrine-module": "^2.1.3",
"doctrine/orm": "^2.6.3", "doctrine/orm": "^2.6.3",
"php": "^7.1", "php": "^7.1",
"symfony/console": "^3.3 || ^4.0", "symfony/console": "^3.3 || ^4.0 || ^5.0",
"zendframework/zend-hydrator": "^2.3", "zendframework/zend-hydrator": "^2.3",
"zendframework/zend-mvc": "^3.1", "zendframework/zend-mvc": "^3.1",
"zendframework/zend-servicemanager": "^3.3", "zendframework/zend-servicemanager": "^3.3",
@ -939,6 +939,11 @@
"email": "theman@spiffyjr.me", "email": "theman@spiffyjr.me",
"homepage": "http://www.spiffyjr.me/" "homepage": "http://www.spiffyjr.me/"
}, },
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://marco-pivetta.com/"
},
{ {
"name": "Evan Coury", "name": "Evan Coury",
"email": "me@evancoury.com", "email": "me@evancoury.com",
@ -947,11 +952,6 @@
{ {
"name": "Guilherme Blanco", "name": "Guilherme Blanco",
"email": "guilhermeblanco@hotmail.com" "email": "guilhermeblanco@hotmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://marco-pivetta.com/"
} }
], ],
"description": "Zend Framework Module that provides Doctrine ORM functionality", "description": "Zend Framework Module that provides Doctrine ORM functionality",
@ -962,7 +962,7 @@
"orm", "orm",
"zf" "zf"
], ],
"time": "2019-07-10T21:59:42+00:00" "time": "2019-11-23T22:00:58+00:00"
}, },
{ {
"name": "doctrine/event-manager", "name": "doctrine/event-manager",
@ -1467,16 +1467,16 @@
}, },
{ {
"name": "monarc/backoffice", "name": "monarc/backoffice",
"version": "dev-master", "version": "2.9.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/monarc-project/zm-backoffice.git", "url": "https://github.com/monarc-project/zm-backoffice.git",
"reference": "90f9507b8f92994b9da602a46e46c0be4777e967" "reference": "ac4a3e9f2f29d39ad558c5ec7a87bb6ffd1903a8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-backoffice/zipball/90f9507b8f92994b9da602a46e46c0be4777e967", "url": "https://api.github.com/repos/monarc-project/zm-backoffice/zipball/ac4a3e9f2f29d39ad558c5ec7a87bb6ffd1903a8",
"reference": "90f9507b8f92994b9da602a46e46c0be4777e967", "reference": "ac4a3e9f2f29d39ad558c5ec7a87bb6ffd1903a8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1535,24 +1535,25 @@
} }
], ],
"description": "Backoffice for monarc/monarc-backoffice application", "description": "Backoffice for monarc/monarc-backoffice application",
"time": "2019-11-21T08:25:23+00:00" "time": "2019-11-25T13:17:08+00:00"
}, },
{ {
"name": "monarc/core", "name": "monarc/core",
"version": "2.9.1", "version": "v2.9.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/monarc-project/zm-core.git", "url": "https://github.com/monarc-project/zm-core.git",
"reference": "f5a6a1b26c47e5983239d59053896de6a8cdfd9c" "reference": "84e0859987872ee21193425ae21927591ebad5f1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/f5a6a1b26c47e5983239d59053896de6a8cdfd9c", "url": "https://api.github.com/repos/monarc-project/zm-core/zipball/84e0859987872ee21193425ae21927591ebad5f1",
"reference": "f5a6a1b26c47e5983239d59053896de6a8cdfd9c", "reference": "84e0859987872ee21193425ae21927591ebad5f1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/doctrine-orm-module": "^2.1", "doctrine/doctrine-orm-module": "^2.1",
"ext-intl": "*",
"ext-openssl": "*", "ext-openssl": "*",
"ocramius/package-versions": "<1.5", "ocramius/package-versions": "<1.5",
"ocramius/proxy-manager": "<2.3", "ocramius/proxy-manager": "<2.3",
@ -1619,7 +1620,7 @@
} }
], ],
"description": "Core for monarc/monarc application", "description": "Core for monarc/monarc application",
"time": "2019-11-20T15:39:03+00:00" "time": "2019-11-22T09:56:44+00:00"
}, },
{ {
"name": "ocramius/package-versions", "name": "ocramius/package-versions",
@ -2334,26 +2335,26 @@
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v4.4.0", "version": "v5.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "d12b01cba60be77b583c9af660007211e3909854" "reference": "0bf75c37a71ff41f718b14b9f5a0a7d6a7dd9b84"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/d12b01cba60be77b583c9af660007211e3909854", "url": "https://api.github.com/repos/symfony/filesystem/zipball/0bf75c37a71ff41f718b14b9f5a0a7d6a7dd9b84",
"reference": "d12b01cba60be77b583c9af660007211e3909854", "reference": "0bf75c37a71ff41f718b14b9f5a0a7d6a7dd9b84",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1.3", "php": "^7.2.5",
"symfony/polyfill-ctype": "~1.8" "symfony/polyfill-ctype": "~1.8"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.4-dev" "dev-master": "5.0-dev"
} }
}, },
"autoload": { "autoload": {
@ -2380,7 +2381,7 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-11-12T14:51:11+00:00" "time": "2019-11-18T17:27:11+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@ -4754,7 +4755,6 @@
"aliases": [], "aliases": [],
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": { "stability-flags": {
"monarc/backoffice": 20,
"roave/security-advisories": 20 "roave/security-advisories": 20
}, },
"prefer-stable": true, "prefer-stable": true,