diff --git a/composer.json b/composer.json index 5a688da..c2ab14e 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "guzzlehttp/guzzle": "6.3", "phpunit/phpunit": "6.3", "aws/aws-sdk-php": "3.32.6", - "zendframework/zend-component-installer": "1.0", + "zendframework/zend-component-installer": "2.1.2", "zendframework/zend-mvc": "3.0.1", "zfcampus/zf-development-mode": "3.0", "zendframework/zend-test": "3.1.0", diff --git a/composer.lock b/composer.lock index 17eb495..80425cc 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6eb9d30af2008cca8e6cbca2ff38ba0e", + "content-hash": "d640105cf5fa6df335b43351a102dd85", "packages": [ { "name": "aws/aws-sdk-php", @@ -487,18 +487,18 @@ "authors": [ { "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" + "role": "Developer", + "email": "arne@blankerts.de" }, { "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" + "role": "Developer", + "email": "sebastian@phpeople.de" }, { "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" + "role": "Developer", + "email": "sebastian@phpunit.de" } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", @@ -1151,6 +1151,7 @@ "mock", "xunit" ], + "abandoned": true, "time": "2017-08-03T14:08:16+00:00" }, { @@ -1844,8 +1845,8 @@ "authors": [ { "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" + "role": "Developer", + "email": "arne@blankerts.de" } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", @@ -1903,33 +1904,34 @@ }, { "name": "zendframework/zend-component-installer", - "version": "1.0.0", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/zendframework/zend-component-installer.git", - "reference": "0ca44807dbcf356b75a869c61b533f917ccbc5ae" + "reference": "56871c43e40f92324b25d5a4d50ff51f9f556910" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-component-installer/zipball/0ca44807dbcf356b75a869c61b533f917ccbc5ae", - "reference": "0ca44807dbcf356b75a869c61b533f917ccbc5ae", + "url": "https://api.github.com/repos/zendframework/zend-component-installer/zipball/56871c43e40f92324b25d5a4d50ff51f9f556910", + "reference": "56871c43e40f92324b25d5a4d50ff51f9f556910", "shasum": "" }, "require": { "composer-plugin-api": "^1.0", - "php": "^5.6 || ^7.0" + "php": "^7.1" }, "require-dev": { - "composer/composer": "^1.3.2", - "malukenho/docheader": "^0.1.5", - "mikey179/vfsstream": "^1.6", - "phpunit/phpunit": "^6.0.7 || ^5.7.14", + "composer/composer": "^1.5.2", + "malukenho/docheader": "^0.1.6", + "mikey179/vfsstream": "^1.6.7", + "phpunit/phpunit": "^7.5.15 || ^8.3.4", "zendframework/zend-coding-standard": "~1.0.0" }, "type": "composer-plugin", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "2.1.x-dev", + "dev-develop": "2.2.x-dev" }, "class": "Zend\\ComponentInstaller\\ComponentInstaller" }, @@ -1942,8 +1944,15 @@ "license": [ "BSD-3-Clause" ], - "description": "Composer plugin for automating component registration in zend-mvc and Expressive applications", - "time": "2017-04-25T16:43:54+00:00" + "description": "Composer plugin for injecting modules and configuration providers into application configuration", + "keywords": [ + "ZendFramework", + "component installer", + "composer", + "plugin", + "zf" + ], + "time": "2019-09-04T19:10:43+00:00" }, { "name": "zendframework/zend-config",