Added the changelog record, updated the version in the package and composer.lock.

pull/202/head
Ruslan Baidan 2019-10-18 09:53:24 +02:00
parent 1cac1050fa
commit b322bb1786
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
7 changed files with 133 additions and 128 deletions

5
.gitignore vendored
View File

@ -21,6 +21,7 @@ module/
npm-debug.log
node_modules/
bin/
data/*
!data/LazyServices/Proxy
!data/cache/.gitkeep
!data/DoctrineORMModule/Proxy/.gitkeep
!data/LazyServices/Proxy/.gitkeep
scripts/public/

View File

@ -1,6 +1,15 @@
MONARC Changelog
================
## 2.9.1 (2019-10-29)
### Upgrade
- upgrade of the Backend Framework. Now we use ZendFramework 3;
- restructured the Monarc code to comply with PSR-2 standard;
- updated the usage of the dependencies (Core and FrontOffice) from packagist.org;
- some code improvements and bug-fixes.
## 2.9.0 (2019-08-23)
### New

243
composer.lock generated
View File

@ -8,7 +8,7 @@
"packages": [
{
"name": "cakephp/cache",
"version": "3.8.4",
"version": "3.8.5",
"source": {
"type": "git",
"url": "https://github.com/cakephp/cache.git",
@ -52,7 +52,7 @@
},
{
"name": "cakephp/collection",
"version": "3.8.4",
"version": "3.8.5",
"source": {
"type": "git",
"url": "https://github.com/cakephp/collection.git",
@ -98,16 +98,16 @@
},
{
"name": "cakephp/core",
"version": "3.8.4",
"version": "3.8.5",
"source": {
"type": "git",
"url": "https://github.com/cakephp/core.git",
"reference": "47c3045326c92adbecd14cc92a2b7515dd9a30b9"
"reference": "bd893c7103f1b87d3fa41d80fc60024e1a18cf5f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cakephp/core/zipball/47c3045326c92adbecd14cc92a2b7515dd9a30b9",
"reference": "47c3045326c92adbecd14cc92a2b7515dd9a30b9",
"url": "https://api.github.com/repos/cakephp/core/zipball/bd893c7103f1b87d3fa41d80fc60024e1a18cf5f",
"reference": "bd893c7103f1b87d3fa41d80fc60024e1a18cf5f",
"shasum": ""
},
"require": {
@ -144,20 +144,20 @@
"core",
"framework"
],
"time": "2019-09-09T19:30:50+00:00"
"time": "2019-10-05T19:33:15+00:00"
},
{
"name": "cakephp/database",
"version": "3.8.4",
"version": "3.8.5",
"source": {
"type": "git",
"url": "https://github.com/cakephp/database.git",
"reference": "f3f7f8c8da67064667a88681cbd856da4e96cade"
"reference": "2fe4d3a5c300794211744193e4c1667c1aa760ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cakephp/database/zipball/f3f7f8c8da67064667a88681cbd856da4e96cade",
"reference": "f3f7f8c8da67064667a88681cbd856da4e96cade",
"url": "https://api.github.com/repos/cakephp/database/zipball/2fe4d3a5c300794211744193e4c1667c1aa760ec",
"reference": "2fe4d3a5c300794211744193e4c1667c1aa760ec",
"shasum": ""
},
"require": {
@ -192,11 +192,11 @@
"database abstraction",
"pdo"
],
"time": "2019-09-10T00:18:05+00:00"
"time": "2019-10-07T00:50:17+00:00"
},
{
"name": "cakephp/datasource",
"version": "3.8.4",
"version": "3.8.5",
"source": {
"type": "git",
"url": "https://github.com/cakephp/datasource.git",
@ -246,7 +246,7 @@
},
{
"name": "cakephp/log",
"version": "3.8.4",
"version": "3.8.5",
"source": {
"type": "git",
"url": "https://github.com/cakephp/log.git",
@ -291,7 +291,7 @@
},
{
"name": "cakephp/utility",
"version": "3.8.4",
"version": "3.8.5",
"source": {
"type": "git",
"url": "https://github.com/cakephp/utility.git",
@ -375,16 +375,16 @@
},
{
"name": "doctrine/annotations",
"version": "v1.7.0",
"version": "v1.8.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "fa4c4e861e809d6a1103bd620cce63ed91aedfeb"
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/fa4c4e861e809d6a1103bd620cce63ed91aedfeb",
"reference": "fa4c4e861e809d6a1103bd620cce63ed91aedfeb",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
"shasum": ""
},
"require": {
@ -393,7 +393,7 @@
},
"require-dev": {
"doctrine/cache": "1.*",
"phpunit/phpunit": "^7.5@dev"
"phpunit/phpunit": "^7.5"
},
"type": "library",
"extra": {
@ -439,7 +439,7 @@
"docblock",
"parser"
],
"time": "2019-08-08T18:11:40+00:00"
"time": "2019-10-01T18:55:10+00:00"
},
{
"name": "doctrine/cache",
@ -1448,12 +1448,12 @@
"source": {
"type": "git",
"url": "https://github.com/monarc-project/zm-core.git",
"reference": "c3af7fbf5ef03a6771ec36c725719044a9a9c987"
"reference": "d0f105d87a0833aa1a89e934815b7717c74c95e7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/c3af7fbf5ef03a6771ec36c725719044a9a9c987",
"reference": "c3af7fbf5ef03a6771ec36c725719044a9a9c987",
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/d0f105d87a0833aa1a89e934815b7717c74c95e7",
"reference": "d0f105d87a0833aa1a89e934815b7717c74c95e7",
"shasum": ""
},
"require": {
@ -1519,7 +1519,7 @@
}
],
"description": "Core for monarc/monarc application",
"time": "2019-09-29T14:39:05+00:00"
"time": "2019-10-17T14:21:57+00:00"
},
{
"name": "monarc/frontoffice",
@ -1527,12 +1527,12 @@
"source": {
"type": "git",
"url": "https://github.com/monarc-project/zm-client.git",
"reference": "45e0cff137b1642cfec89a5743af0f940c4df185"
"reference": "87fa5f87b5215ce13e41b1f9ba6e61fb2875490a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/45e0cff137b1642cfec89a5743af0f940c4df185",
"reference": "45e0cff137b1642cfec89a5743af0f940c4df185",
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/87fa5f87b5215ce13e41b1f9ba6e61fb2875490a",
"reference": "87fa5f87b5215ce13e41b1f9ba6e61fb2875490a",
"shasum": ""
},
"require": {
@ -1577,7 +1577,7 @@
}
],
"description": "Frontoffice for monarc/monarc application",
"time": "2019-09-29T15:20:10+00:00"
"time": "2019-10-18T06:00:52+00:00"
},
{
"name": "monarc/phpword",
@ -2347,16 +2347,16 @@
},
{
"name": "symfony/config",
"version": "v4.3.4",
"version": "v4.3.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "07d49c0f823e0bc367c6d84e35b61419188a5ece"
"reference": "0acb26407a9e1a64a275142f0ae5e36436342720"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/07d49c0f823e0bc367c6d84e35b61419188a5ece",
"reference": "07d49c0f823e0bc367c6d84e35b61419188a5ece",
"url": "https://api.github.com/repos/symfony/config/zipball/0acb26407a9e1a64a275142f0ae5e36436342720",
"reference": "0acb26407a9e1a64a275142f0ae5e36436342720",
"shasum": ""
},
"require": {
@ -2407,20 +2407,20 @@
],
"description": "Symfony Config Component",
"homepage": "https://symfony.com",
"time": "2019-08-26T08:26:39+00:00"
"time": "2019-09-19T15:51:53+00:00"
},
{
"name": "symfony/console",
"version": "v4.3.4",
"version": "v4.3.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "de63799239b3881b8a08f8481b22348f77ed7b36"
"reference": "929ddf360d401b958f611d44e726094ab46a7369"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/de63799239b3881b8a08f8481b22348f77ed7b36",
"reference": "de63799239b3881b8a08f8481b22348f77ed7b36",
"url": "https://api.github.com/repos/symfony/console/zipball/929ddf360d401b958f611d44e726094ab46a7369",
"reference": "929ddf360d401b958f611d44e726094ab46a7369",
"shasum": ""
},
"require": {
@ -2482,11 +2482,11 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2019-08-26T08:26:39+00:00"
"time": "2019-10-07T12:36:49+00:00"
},
{
"name": "symfony/filesystem",
"version": "v4.3.4",
"version": "v4.3.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
@ -2711,16 +2711,16 @@
},
{
"name": "symfony/service-contracts",
"version": "v1.1.6",
"version": "v1.1.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "ea7263d6b6d5f798b56a45a5b8d686725f2719a3"
"reference": "ffcde9615dc5bb4825b9f6aed07716f1f57faae0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/ea7263d6b6d5f798b56a45a5b8d686725f2719a3",
"reference": "ea7263d6b6d5f798b56a45a5b8d686725f2719a3",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffcde9615dc5bb4825b9f6aed07716f1f57faae0",
"reference": "ffcde9615dc5bb4825b9f6aed07716f1f57faae0",
"shasum": ""
},
"require": {
@ -2765,20 +2765,20 @@
"interoperability",
"standards"
],
"time": "2019-08-20T14:44:19+00:00"
"time": "2019-09-17T11:12:18+00:00"
},
{
"name": "symfony/yaml",
"version": "v4.3.4",
"version": "v4.3.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686"
"reference": "41e16350a2a1c7383c4735aa2f9fce74cf3d1178"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686",
"reference": "5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686",
"url": "https://api.github.com/repos/symfony/yaml/zipball/41e16350a2a1c7383c4735aa2f9fce74cf3d1178",
"reference": "41e16350a2a1c7383c4735aa2f9fce74cf3d1178",
"shasum": ""
},
"require": {
@ -2824,7 +2824,7 @@
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2019-08-20T14:27:59+00:00"
"time": "2019-09-11T15:41:19+00:00"
},
{
"name": "true/punycode",
@ -3019,16 +3019,16 @@
},
{
"name": "zendframework/zend-code",
"version": "3.3.2",
"version": "3.4.0",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-code.git",
"reference": "936fa7ad4d53897ea3e3eb41b5b760828246a20b"
"reference": "46feaeecea14161734b56c1ace74f28cb329f194"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-code/zipball/936fa7ad4d53897ea3e3eb41b5b760828246a20b",
"reference": "936fa7ad4d53897ea3e3eb41b5b760828246a20b",
"url": "https://api.github.com/repos/zendframework/zend-code/zipball/46feaeecea14161734b56c1ace74f28cb329f194",
"reference": "46feaeecea14161734b56c1ace74f28cb329f194",
"shasum": ""
},
"require": {
@ -3038,7 +3038,7 @@
"require-dev": {
"doctrine/annotations": "^1.0",
"ext-phar": "*",
"phpunit/phpunit": "^7.5.15",
"phpunit/phpunit": "^7.5.16 || ^8.4",
"zendframework/zend-coding-standard": "^1.0",
"zendframework/zend-stdlib": "^2.7 || ^3.0"
},
@ -3049,8 +3049,8 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.3.x-dev",
"dev-develop": "3.4.x-dev"
"dev-master": "3.4.x-dev",
"dev-develop": "3.5.x-dev"
}
},
"autoload": {
@ -3068,7 +3068,7 @@
"code",
"zf"
],
"time": "2019-08-31T14:14:34+00:00"
"time": "2019-10-05T23:18:22+00:00"
},
{
"name": "zendframework/zend-component-installer",
@ -3463,16 +3463,16 @@
},
{
"name": "zendframework/zend-form",
"version": "2.14.1",
"version": "2.14.3",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-form.git",
"reference": "ff9385b7d0d93d9bdbc2aa4af82ab616dbc7d4be"
"reference": "0b1616c59b1f3df194284e26f98c81ad0c377871"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-form/zipball/ff9385b7d0d93d9bdbc2aa4af82ab616dbc7d4be",
"reference": "ff9385b7d0d93d9bdbc2aa4af82ab616dbc7d4be",
"url": "https://api.github.com/repos/zendframework/zend-form/zipball/0b1616c59b1f3df194284e26f98c81ad0c377871",
"reference": "0b1616c59b1f3df194284e26f98c81ad0c377871",
"shasum": ""
},
"require": {
@ -3537,7 +3537,7 @@
"form",
"zf"
],
"time": "2019-02-26T18:13:31+00:00"
"time": "2019-10-04T10:46:36+00:00"
},
{
"name": "zendframework/zend-http",
@ -3596,16 +3596,16 @@
},
{
"name": "zendframework/zend-hydrator",
"version": "2.4.1",
"version": "2.4.2",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-hydrator.git",
"reference": "70b02f4d8676e64af932625751750b5ca72fff3a"
"reference": "2bfc6845019e7b6d38b0ab5e55190244dc510285"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/70b02f4d8676e64af932625751750b5ca72fff3a",
"reference": "70b02f4d8676e64af932625751750b5ca72fff3a",
"url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/2bfc6845019e7b6d38b0ab5e55190244dc510285",
"reference": "2bfc6845019e7b6d38b0ab5e55190244dc510285",
"shasum": ""
},
"require": {
@ -3630,10 +3630,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-release-1.0": "1.0.x-dev",
"dev-release-1.1": "1.1.x-dev",
"dev-master": "2.4.x-dev",
"dev-develop": "2.5.x-dev"
"dev-release-2.4": "2.4.x-dev"
},
"zf": {
"component": "Zend\\Hydrator",
@ -3655,20 +3652,20 @@
"hydrator",
"zf"
],
"time": "2018-11-19T19:16:10+00:00"
"time": "2019-10-04T11:17:36+00:00"
},
{
"name": "zendframework/zend-i18n",
"version": "2.9.1",
"version": "2.9.2",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-i18n.git",
"reference": "9233ee8553564a6e45e8311a7173734ba4e5db9b"
"reference": "e17a54b3aee333ab156958f570cde630acee8b07"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/9233ee8553564a6e45e8311a7173734ba4e5db9b",
"reference": "9233ee8553564a6e45e8311a7173734ba4e5db9b",
"url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/e17a54b3aee333ab156958f570cde630acee8b07",
"reference": "e17a54b3aee333ab156958f570cde630acee8b07",
"shasum": ""
},
"require": {
@ -3723,7 +3720,7 @@
"i18n",
"zf"
],
"time": "2019-09-26T11:54:57+00:00"
"time": "2019-09-30T12:04:37+00:00"
},
{
"name": "zendframework/zend-inputfilter",
@ -3784,16 +3781,16 @@
},
{
"name": "zendframework/zend-json",
"version": "3.1.1",
"version": "3.1.2",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-json.git",
"reference": "21c6027f3c4a5177cbef8ed08d1037b17188a0d8"
"reference": "e9ddb1192d93fe7fff846ac895249c39db75132b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-json/zipball/21c6027f3c4a5177cbef8ed08d1037b17188a0d8",
"reference": "21c6027f3c4a5177cbef8ed08d1037b17188a0d8",
"url": "https://api.github.com/repos/zendframework/zend-json/zipball/e9ddb1192d93fe7fff846ac895249c39db75132b",
"reference": "e9ddb1192d93fe7fff846ac895249c39db75132b",
"shasum": ""
},
"require": {
@ -3830,7 +3827,7 @@
"json",
"zf"
],
"time": "2019-06-18T10:54:52+00:00"
"time": "2019-10-09T13:56:13+00:00"
},
{
"name": "zendframework/zend-loader",
@ -4011,16 +4008,16 @@
},
{
"name": "zendframework/zend-mime",
"version": "2.7.1",
"version": "2.7.2",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-mime.git",
"reference": "52ae5fa9f12845cae749271034a2d594f0e4c6f2"
"reference": "c91e0350be53cc9d29be15563445eec3b269d7c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-mime/zipball/52ae5fa9f12845cae749271034a2d594f0e4c6f2",
"reference": "52ae5fa9f12845cae749271034a2d594f0e4c6f2",
"url": "https://api.github.com/repos/zendframework/zend-mime/zipball/c91e0350be53cc9d29be15563445eec3b269d7c1",
"reference": "c91e0350be53cc9d29be15563445eec3b269d7c1",
"shasum": ""
},
"require": {
@ -4038,8 +4035,8 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev",
"dev-develop": "2.8-dev"
"dev-master": "2.7.x-dev",
"dev-develop": "2.8.x-dev"
}
},
"autoload": {
@ -4052,13 +4049,12 @@
"BSD-3-Clause"
],
"description": "Create and parse MIME messages and parts",
"homepage": "https://github.com/zendframework/zend-mime",
"keywords": [
"ZendFramework",
"mime",
"zf"
],
"time": "2018-05-14T19:02:50+00:00"
"time": "2019-10-16T19:30:37+00:00"
},
{
"name": "zendframework/zend-modulemanager",
@ -4548,16 +4544,16 @@
},
{
"name": "zendframework/zend-text",
"version": "2.7.0",
"version": "2.7.1",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-text.git",
"reference": "ca987dd4594f5f9508771fccd82c89bc7fbb39ac"
"reference": "41e32dafa4015e160e2f95a7039554385c71624d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-text/zipball/ca987dd4594f5f9508771fccd82c89bc7fbb39ac",
"reference": "ca987dd4594f5f9508771fccd82c89bc7fbb39ac",
"url": "https://api.github.com/repos/zendframework/zend-text/zipball/41e32dafa4015e160e2f95a7039554385c71624d",
"reference": "41e32dafa4015e160e2f95a7039554385c71624d",
"shasum": ""
},
"require": {
@ -4592,20 +4588,20 @@
"text",
"zf"
],
"time": "2018-04-30T14:55:10+00:00"
"time": "2019-10-16T20:36:27+00:00"
},
{
"name": "zendframework/zend-uri",
"version": "2.7.0",
"version": "2.7.1",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-uri.git",
"reference": "b2785cd38fe379a784645449db86f21b7739b1ee"
"reference": "bfc4a5b9a309711e968d7c72afae4ac50c650083"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-uri/zipball/b2785cd38fe379a784645449db86f21b7739b1ee",
"reference": "b2785cd38fe379a784645449db86f21b7739b1ee",
"url": "https://api.github.com/repos/zendframework/zend-uri/zipball/bfc4a5b9a309711e968d7c72afae4ac50c650083",
"reference": "bfc4a5b9a309711e968d7c72afae4ac50c650083",
"shasum": ""
},
"require": {
@ -4639,20 +4635,20 @@
"uri",
"zf"
],
"time": "2019-02-27T21:39:04+00:00"
"time": "2019-10-07T13:35:33+00:00"
},
{
"name": "zendframework/zend-validator",
"version": "2.12.0",
"version": "2.12.1",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-validator.git",
"reference": "64c33668e5fa2d39c6289a878f927ea2b0850c30"
"reference": "7b870a7515f3a35afbecc39d63f34a861f40f58b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-validator/zipball/64c33668e5fa2d39c6289a878f927ea2b0850c30",
"reference": "64c33668e5fa2d39c6289a878f927ea2b0850c30",
"url": "https://api.github.com/repos/zendframework/zend-validator/zipball/7b870a7515f3a35afbecc39d63f34a861f40f58b",
"reference": "7b870a7515f3a35afbecc39d63f34a861f40f58b",
"shasum": ""
},
"require": {
@ -4706,26 +4702,26 @@
"license": [
"BSD-3-Clause"
],
"description": "provides a set of commonly needed validators",
"homepage": "https://github.com/zendframework/zend-validator",
"description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
"keywords": [
"ZendFramework",
"validator",
"zf2"
"zf"
],
"time": "2019-01-30T14:26:10+00:00"
"time": "2019-10-12T12:17:57+00:00"
},
{
"name": "zendframework/zend-view",
"version": "2.11.2",
"version": "2.11.3",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-view.git",
"reference": "4f5cb653ed4c64bb8d9bf05b294300feb00c67f2"
"reference": "e766457bd6ce13c5354e443bb949511b6904d7f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-view/zipball/4f5cb653ed4c64bb8d9bf05b294300feb00c67f2",
"reference": "4f5cb653ed4c64bb8d9bf05b294300feb00c67f2",
"url": "https://api.github.com/repos/zendframework/zend-view/zipball/e766457bd6ce13c5354e443bb949511b6904d7f5",
"reference": "e766457bd6ce13c5354e443bb949511b6904d7f5",
"shasum": ""
},
"require": {
@ -4793,13 +4789,13 @@
"license": [
"BSD-3-Clause"
],
"description": "provides a system of helpers, output filters, and variable escaping",
"homepage": "https://github.com/zendframework/zend-view",
"description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
"keywords": [
"ZendFramework",
"view",
"zf2"
"zf"
],
"time": "2019-02-19T17:40:15+00:00"
"time": "2019-10-11T21:10:04+00:00"
}
],
"packages-dev": [
@ -4809,12 +4805,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "3a9ab646603efdccb4f7c4acbb3b36974ef257d8"
"reference": "eb59d9f35a47f567ae15e7179d7c666489cd4b85"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/3a9ab646603efdccb4f7c4acbb3b36974ef257d8",
"reference": "3a9ab646603efdccb4f7c4acbb3b36974ef257d8",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/eb59d9f35a47f567ae15e7179d7c666489cd4b85",
"reference": "eb59d9f35a47f567ae15e7179d7c666489cd4b85",
"shasum": ""
},
"conflict": {
@ -4837,7 +4833,6 @@
"contao/core": ">=2,<3.5.39",
"contao/core-bundle": ">=4,<4.4.39|>=4.5,<4.7.5",
"contao/listing-bundle": ">=4,<4.4.8",
"contao/newsletter-bundle": ">=4,<4.1",
"datadog/dd-trace": ">=0.30,<0.30.2",
"david-garcia/phpwhois": "<=4.3.1",
"doctrine/annotations": ">=1,<1.2.7",
@ -4881,9 +4876,9 @@
"laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
"league/commonmark": "<0.18.3",
"magento/magento1ce": "<1.9.4.1",
"magento/magento1ee": ">=1.9,<1.14.4.1",
"magento/product-community-edition": ">=2,<2.2.8|>=2.3,<2.3.1",
"magento/magento1ce": "<1.9.4.3",
"magento/magento1ee": ">=1,<1.14.4.3",
"magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
"monolog/monolog": ">=1.8,<1.12",
"namshi/jose": "<2.2",
"onelogin/php-saml": "<2.10.4",
@ -5018,7 +5013,7 @@
}
],
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
"time": "2019-09-26T17:56:56+00:00"
"time": "2019-10-09T14:04:58+00:00"
}
],
"aliases": [],

View File

View File

0
data/cache/.gitkeep vendored Normal file
View File

View File

@ -1,7 +1,7 @@
{
"name": "MONARC",
"version": "2.9.0",
"description": "MONARC Frontoffice App",
"version": "2.9.1",
"description": "Monarc front office application",
"private": true,
"repository": {
"type": "git",