Création d'un module à part pour gérer les applications - Ajout de VautMeUp - Préparation de l'appli karting Ajout d'un bloc "Projets personnels"
1228 lines
48 KiB
JSON
1228 lines
48 KiB
JSON
{
|
|
"_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",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "af266111ad6fc34efe9a9dccaa1d69ad",
|
|
"packages": [
|
|
{
|
|
"name": "components/font-awesome",
|
|
"version": "5.0.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/components/font-awesome.git",
|
|
"reference": "18619364d77677cec103934b1aee6d4f45407d1a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/components/font-awesome/zipball/18619364d77677cec103934b1aee6d4f45407d1a",
|
|
"reference": "18619364d77677cec103934b1aee6d4f45407d1a",
|
|
"shasum": ""
|
|
},
|
|
"type": "component",
|
|
"extra": {
|
|
"component": {
|
|
"styles": [
|
|
"css/fontawesome-all.css"
|
|
],
|
|
"files": [
|
|
"css/fontawesome-all.min.css",
|
|
"webfonts/*"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"CC-BY-4.0",
|
|
"MIT",
|
|
"OFL-1.1"
|
|
],
|
|
"description": "Font Awesome, the iconic SVG, font, and CSS framework.",
|
|
"time": "2018-02-11T17:32:00+00:00"
|
|
},
|
|
{
|
|
"name": "container-interop/container-interop",
|
|
"version": "1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/container-interop/container-interop.git",
|
|
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
|
|
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"psr/container": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Interop\\Container\\": "src/Interop/Container/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
|
|
"homepage": "https://github.com/container-interop/container-interop",
|
|
"time": "2017-02-14T19:40:03+00:00"
|
|
},
|
|
{
|
|
"name": "phpmailer/phpmailer",
|
|
"version": "v6.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
"reference": "cb3ea134d4d3729e7857737d5f320cce9caf4d32"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/cb3ea134d4d3729e7857737d5f320cce9caf4d32",
|
|
"reference": "cb3ea134d4d3729e7857737d5f320cce9caf4d32",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"ext-filter": "*",
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "1.2.*",
|
|
"friendsofphp/php-cs-fixer": "^2.2",
|
|
"phpdocumentor/phpdocumentor": "2.*",
|
|
"phpunit/phpunit": "^4.8 || ^5.7",
|
|
"zendframework/zend-eventmanager": "3.0.*",
|
|
"zendframework/zend-i18n": "2.7.3",
|
|
"zendframework/zend-serializer": "2.7.*"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "Needed to send email in multibyte encoding charset",
|
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
"psr/log": "For optional PSR-3 debug logging",
|
|
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
|
|
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPMailer\\PHPMailer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jim Jagielski",
|
|
"email": "jimjag@gmail.com"
|
|
},
|
|
{
|
|
"name": "Marcus Bointon",
|
|
"email": "phpmailer@synchromedia.co.uk"
|
|
},
|
|
{
|
|
"name": "Andy Prevost",
|
|
"email": "codeworxtech@users.sourceforge.net"
|
|
},
|
|
{
|
|
"name": "Brent R. Matzelle"
|
|
}
|
|
],
|
|
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
|
"time": "2018-03-27T13:49:45+00:00"
|
|
},
|
|
{
|
|
"name": "psr/container",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/container.git",
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Container\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
"homepage": "https://github.com/php-fig/container",
|
|
"keywords": [
|
|
"PSR-11",
|
|
"container",
|
|
"container-interface",
|
|
"container-interop",
|
|
"psr"
|
|
],
|
|
"time": "2017-02-14T16:28:37+00:00"
|
|
},
|
|
{
|
|
"name": "skillfish/zf3-smarty-module",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/skillfish/zf3-smarty-module.git",
|
|
"reference": "9238b4e99fa33f84024dc8534017ba3948b661ee"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/skillfish/zf3-smarty-module/zipball/9238b4e99fa33f84024dc8534017ba3948b661ee",
|
|
"reference": "9238b4e99fa33f84024dc8534017ba3948b661ee",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">5.4",
|
|
"smarty/smarty": "^3.1",
|
|
"zendframework/zend-modulemanager": "^2.7",
|
|
"zendframework/zend-mvc": "^3.0",
|
|
"zendframework/zend-servicemanager": "^3.1",
|
|
"zendframework/zend-stdlib": "^3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Smarty\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Heiko Baumgärtner",
|
|
"email": "skillfish@gmail.com"
|
|
}
|
|
],
|
|
"description": "Zend Framework 3 Module for integrating Smarty 3 as View Manager",
|
|
"keywords": [
|
|
"module",
|
|
"smarty",
|
|
"zf3"
|
|
],
|
|
"time": "2017-01-05T21:12:04+00:00"
|
|
},
|
|
{
|
|
"name": "smarty/smarty",
|
|
"version": "v3.1.32",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/smarty-php/smarty.git",
|
|
"reference": "ac9d4b587e5bf53381e21881820a9830765cb459"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/smarty-php/smarty/zipball/ac9d4b587e5bf53381e21881820a9830765cb459",
|
|
"reference": "ac9d4b587e5bf53381e21881820a9830765cb459",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"libs/bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Monte Ohrt",
|
|
"email": "monte@ohrt.com"
|
|
},
|
|
{
|
|
"name": "Uwe Tews",
|
|
"email": "uwe.tews@googlemail.com"
|
|
},
|
|
{
|
|
"name": "Rodney Rehm",
|
|
"email": "rodney.rehm@medialize.de"
|
|
}
|
|
],
|
|
"description": "Smarty - the compiling PHP template engine",
|
|
"homepage": "http://www.smarty.net",
|
|
"keywords": [
|
|
"templating"
|
|
],
|
|
"time": "2018-04-24T14:53:33+00:00"
|
|
},
|
|
{
|
|
"name": "twbs/bootstrap",
|
|
"version": "4.0.0-alpha.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/twbs/bootstrap.git",
|
|
"reference": "65ffb1c3b6e94440812a2e228cb8e8be512652ec"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/twbs/bootstrap/zipball/65ffb1c3b6e94440812a2e228cb8e8be512652ec",
|
|
"reference": "65ffb1c3b6e94440812a2e228cb8e8be512652ec",
|
|
"shasum": ""
|
|
},
|
|
"replace": {
|
|
"twitter/bootstrap": "self.version"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.3.x-dev"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jacob Thornton",
|
|
"email": "jacobthornton@gmail.com"
|
|
},
|
|
{
|
|
"name": "Mark Otto",
|
|
"email": "markdotto@gmail.com"
|
|
}
|
|
],
|
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
|
"homepage": "https://getbootstrap.com",
|
|
"keywords": [
|
|
"JS",
|
|
"css",
|
|
"framework",
|
|
"front-end",
|
|
"mobile-first",
|
|
"responsive",
|
|
"sass",
|
|
"web"
|
|
],
|
|
"time": "2017-01-06T16:41:52+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-component-installer",
|
|
"version": "1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-component-installer.git",
|
|
"reference": "5e9beda3b81d29d4d080b110d67f8c8c44d93605"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-component-installer/zipball/5e9beda3b81d29d4d080b110d67f8c8c44d93605",
|
|
"reference": "5e9beda3b81d29d4d080b110d67f8c8c44d93605",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0",
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1.5.2",
|
|
"malukenho/docheader": "^0.1.6",
|
|
"mikey179/vfsstream": "^1.6.5",
|
|
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
|
|
"zendframework/zend-coding-standard": "~1.0.0"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev",
|
|
"dev-develop": "1.2-dev"
|
|
},
|
|
"class": "Zend\\ComponentInstaller\\ComponentInstaller"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\ComponentInstaller\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Composer plugin for automating component registration in zend-mvc and Expressive applications",
|
|
"keywords": [
|
|
"ZendFramework",
|
|
"component installer",
|
|
"composer",
|
|
"plugin",
|
|
"zf"
|
|
],
|
|
"time": "2018-01-11T15:03:06+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-config",
|
|
"version": "3.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-config.git",
|
|
"reference": "6796f5dcba52c84ef2501d7313618989b5ef3023"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-config/zipball/6796f5dcba52c84ef2501d7313618989b5ef3023",
|
|
"reference": "6796f5dcba52c84ef2501d7313618989b5ef3023",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": "^5.6 || ^7.0",
|
|
"psr/container": "^1.0",
|
|
"zendframework/zend-stdlib": "^2.7.7 || ^3.1"
|
|
},
|
|
"conflict": {
|
|
"container-interop/container-interop": "<1.2.0"
|
|
},
|
|
"require-dev": {
|
|
"malukenho/docheader": "^0.1.6",
|
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
|
|
"zendframework/zend-coding-standard": "~1.0.0",
|
|
"zendframework/zend-filter": "^2.7.2",
|
|
"zendframework/zend-i18n": "^2.7.4",
|
|
"zendframework/zend-servicemanager": "^2.7.8 || ^3.3"
|
|
},
|
|
"suggest": {
|
|
"zendframework/zend-filter": "^2.7.2; install if you want to use the Filter processor",
|
|
"zendframework/zend-i18n": "^2.7.4; install if you want to use the Translator processor",
|
|
"zendframework/zend-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.2.x-dev",
|
|
"dev-develop": "3.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Config\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "provides a nested object property based user interface for accessing this configuration data within application code",
|
|
"keywords": [
|
|
"ZendFramework",
|
|
"config",
|
|
"zf"
|
|
],
|
|
"time": "2018-04-24T19:26:44+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-escaper",
|
|
"version": "2.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-escaper.git",
|
|
"reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
|
|
"reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
|
|
"zendframework/zend-coding-standard": "~1.0.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6.x-dev",
|
|
"dev-develop": "2.7.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Escaper\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
|
|
"keywords": [
|
|
"ZendFramework",
|
|
"escaper",
|
|
"zf"
|
|
],
|
|
"time": "2018-04-25T15:48:53+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-eventmanager",
|
|
"version": "3.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-eventmanager.git",
|
|
"reference": "a5e2583a211f73604691586b8406ff7296a946dd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
|
|
"reference": "a5e2583a211f73604691586b8406ff7296a946dd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"athletic/athletic": "^0.1",
|
|
"container-interop/container-interop": "^1.1.0",
|
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
|
|
"zendframework/zend-coding-standard": "~1.0.0",
|
|
"zendframework/zend-stdlib": "^2.7.3 || ^3.0"
|
|
},
|
|
"suggest": {
|
|
"container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
|
|
"zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.2-dev",
|
|
"dev-develop": "3.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\EventManager\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Trigger and listen to events within a PHP application",
|
|
"homepage": "https://github.com/zendframework/zend-eventmanager",
|
|
"keywords": [
|
|
"event",
|
|
"eventmanager",
|
|
"events",
|
|
"zf2"
|
|
],
|
|
"time": "2018-04-25T15:33:34+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-http",
|
|
"version": "2.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-http.git",
|
|
"reference": "f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-http/zipball/f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51",
|
|
"reference": "f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0",
|
|
"zendframework/zend-loader": "^2.5.1",
|
|
"zendframework/zend-stdlib": "^3.1 || ^2.7.7",
|
|
"zendframework/zend-uri": "^2.5.2",
|
|
"zendframework/zend-validator": "^2.10.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3",
|
|
"zendframework/zend-coding-standard": "~1.0.0",
|
|
"zendframework/zend-config": "^3.1 || ^2.6"
|
|
},
|
|
"suggest": {
|
|
"paragonie/certainty": "For automated management of cacert.pem"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.8.x-dev",
|
|
"dev-develop": "2.9.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Http\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
|
|
"keywords": [
|
|
"ZendFramework",
|
|
"http",
|
|
"http client",
|
|
"zend",
|
|
"zf"
|
|
],
|
|
"time": "2018-04-26T21:04:50+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-loader",
|
|
"version": "2.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-loader.git",
|
|
"reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-loader/zipball/78f11749ea340f6ca316bca5958eef80b38f9b6c",
|
|
"reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
|
|
"zendframework/zend-coding-standard": "~1.0.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6.x-dev",
|
|
"dev-develop": "2.7.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Loader\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Autoloading and plugin loading strategies",
|
|
"keywords": [
|
|
"ZendFramework",
|
|
"loader",
|
|
"zf"
|
|
],
|
|
"time": "2018-04-30T15:20:54+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-modulemanager",
|
|
"version": "2.8.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-modulemanager.git",
|
|
"reference": "394df6e12248ac430a312d4693f793ee7120baa6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-modulemanager/zipball/394df6e12248ac430a312d4693f793ee7120baa6",
|
|
"reference": "394df6e12248ac430a312d4693f793ee7120baa6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0",
|
|
"zendframework/zend-config": "^3.1 || ^2.6",
|
|
"zendframework/zend-eventmanager": "^3.2 || ^2.6.3",
|
|
"zendframework/zend-stdlib": "^3.1 || ^2.7"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0.8 || ^5.7.15",
|
|
"zendframework/zend-coding-standard": "~1.0.0",
|
|
"zendframework/zend-console": "^2.6",
|
|
"zendframework/zend-di": "^2.6",
|
|
"zendframework/zend-loader": "^2.5",
|
|
"zendframework/zend-mvc": "^3.0 || ^2.7",
|
|
"zendframework/zend-servicemanager": "^3.0.3 || ^2.7.5"
|
|
},
|
|
"suggest": {
|
|
"zendframework/zend-console": "Zend\\Console component",
|
|
"zendframework/zend-loader": "Zend\\Loader component if you are not using Composer autoloading for your modules",
|
|
"zendframework/zend-mvc": "Zend\\Mvc component",
|
|
"zendframework/zend-servicemanager": "Zend\\ServiceManager component"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.7-dev",
|
|
"dev-develop": "2.8-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\ModuleManager\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Modular application system for zend-mvc applications",
|
|
"homepage": "https://github.com/zendframework/zend-modulemanager",
|
|
"keywords": [
|
|
"ZendFramework",
|
|
"modulemanager",
|
|
"zf"
|
|
],
|
|
"time": "2017-12-02T06:11:18+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-mvc",
|
|
"version": "3.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-mvc.git",
|
|
"reference": "236e7e1e3757e988fa06530c0a3f96a148858ae8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/236e7e1e3757e988fa06530c0a3f96a148858ae8",
|
|
"reference": "236e7e1e3757e988fa06530c0a3f96a148858ae8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"container-interop/container-interop": "^1.2",
|
|
"php": "^5.6 || ^7.0",
|
|
"zendframework/zend-eventmanager": "^3.2",
|
|
"zendframework/zend-http": "^2.7",
|
|
"zendframework/zend-modulemanager": "^2.8",
|
|
"zendframework/zend-router": "^3.0.2",
|
|
"zendframework/zend-servicemanager": "^3.3",
|
|
"zendframework/zend-stdlib": "^3.1",
|
|
"zendframework/zend-view": "^2.9"
|
|
},
|
|
"require-dev": {
|
|
"http-interop/http-middleware": "^0.4.1",
|
|
"phpunit/phpunit": "^6.4.4 || ^5.7.14",
|
|
"zendframework/zend-coding-standard": "~1.0.0",
|
|
"zendframework/zend-json": "^2.6.1 || ^3.0",
|
|
"zendframework/zend-psr7bridge": "^1.0",
|
|
"zendframework/zend-stratigility": "^2.0.1"
|
|
},
|
|
"suggest": {
|
|
"http-interop/http-middleware": "^0.4.1 to be used together with zend-stratigility",
|
|
"zendframework/zend-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
|
|
"zendframework/zend-log": "^2.9.1 To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
|
|
"zendframework/zend-mvc-console": "zend-mvc-console provides the ability to expose zend-mvc as a console application",
|
|
"zendframework/zend-mvc-i18n": "zend-mvc-i18n provides integration with zend-i18n, including a translation bridge and translatable route segments",
|
|
"zendframework/zend-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
|
|
"zendframework/zend-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
|
|
"zendframework/zend-mvc-plugin-identity": "To access the authenticated identity (per zend-authentication) in controllers",
|
|
"zendframework/zend-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
|
|
"zendframework/zend-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
|
|
"zendframework/zend-psr7bridge": "(^0.2) To consume PSR-7 middleware within the MVC workflow",
|
|
"zendframework/zend-servicemanager-di": "zend-servicemanager-di provides utilities for integrating zend-di and zend-servicemanager in your zend-mvc application",
|
|
"zendframework/zend-stratigility": "zend-stratigility is required to use middleware pipes in the MiddlewareListener"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1-dev",
|
|
"dev-develop": "3.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Mvc\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
|
|
"keywords": [
|
|
"ZendFramework",
|
|
"mvc",
|
|
"zf"
|
|
],
|
|
"time": "2017-11-24T06:32:07+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-router",
|
|
"version": "3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-router.git",
|
|
"reference": "f5dbec5398ca98b35170716ec5146029197fe249"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-router/zipball/f5dbec5398ca98b35170716ec5146029197fe249",
|
|
"reference": "f5dbec5398ca98b35170716ec5146029197fe249",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"container-interop/container-interop": "^1.2",
|
|
"php": "^5.6 || ^7.0",
|
|
"zendframework/zend-http": "^2.6",
|
|
"zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
|
|
"zendframework/zend-stdlib": "^2.7.7 || ^3.1"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-mvc": "<3.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7.22 || ^6.4.1",
|
|
"zendframework/zend-coding-standard": "~1.0.0",
|
|
"zendframework/zend-i18n": "^2.7.4"
|
|
},
|
|
"suggest": {
|
|
"zendframework/zend-i18n": "^2.7.4, if defining translatable HTTP path segments"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1.x-dev",
|
|
"dev-develop": "3.2.x-dev"
|
|
},
|
|
"zf": {
|
|
"component": "Zend\\Router",
|
|
"config-provider": "Zend\\Router\\ConfigProvider"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Router\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Flexible routing system for HTTP and console applications",
|
|
"keywords": [
|
|
"ZendFramework",
|
|
"mvc",
|
|
"routing",
|
|
"zend",
|
|
"zf"
|
|
],
|
|
"time": "2018-06-18T21:10:59+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-servicemanager",
|
|
"version": "3.3.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-servicemanager.git",
|
|
"reference": "9f35a104b8d4d3b32da5f4a3b6efc0dd62e5af42"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/9f35a104b8d4d3b32da5f4a3b6efc0dd62e5af42",
|
|
"reference": "9f35a104b8d4d3b32da5f4a3b6efc0dd62e5af42",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"container-interop/container-interop": "^1.2",
|
|
"php": "^5.6 || ^7.0",
|
|
"psr/container": "^1.0",
|
|
"zendframework/zend-stdlib": "^3.1"
|
|
},
|
|
"provide": {
|
|
"container-interop/container-interop-implementation": "^1.2",
|
|
"psr/container-implementation": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "^1.6.5",
|
|
"ocramius/proxy-manager": "^1.0 || ^2.0",
|
|
"phpbench/phpbench": "^0.13.0",
|
|
"phpunit/phpunit": "^5.7.25 || ^6.4.4",
|
|
"zendframework/zend-coding-standard": "~1.0.0"
|
|
},
|
|
"suggest": {
|
|
"ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services",
|
|
"zendframework/zend-stdlib": "zend-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances"
|
|
},
|
|
"bin": [
|
|
"bin/generate-deps-for-config-factory",
|
|
"bin/generate-factory-for-class"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.3-dev",
|
|
"dev-develop": "4.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\ServiceManager\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Factory-Driven Dependency Injection Container",
|
|
"keywords": [
|
|
"PSR-11",
|
|
"ZendFramework",
|
|
"dependency-injection",
|
|
"di",
|
|
"dic",
|
|
"service-manager",
|
|
"servicemanager",
|
|
"zf"
|
|
],
|
|
"time": "2018-01-29T16:48:37+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-stdlib",
|
|
"version": "3.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-stdlib.git",
|
|
"reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cd164b4a18b5d1aeb69be2c26db035b5ed6925ae",
|
|
"reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpbench/phpbench": "^0.13",
|
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
|
|
"zendframework/zend-coding-standard": "~1.0.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.2.x-dev",
|
|
"dev-develop": "3.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Stdlib\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "SPL extensions, array utilities, error handlers, and more",
|
|
"keywords": [
|
|
"ZendFramework",
|
|
"stdlib",
|
|
"zf"
|
|
],
|
|
"time": "2018-04-30T13:50:40+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-uri",
|
|
"version": "2.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-uri.git",
|
|
"reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-uri/zipball/3b6463645c6766f78ce537c70cb4fdabee1e725f",
|
|
"reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0",
|
|
"zendframework/zend-escaper": "^2.5",
|
|
"zendframework/zend-validator": "^2.10"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
|
|
"zendframework/zend-coding-standard": "~1.0.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6.x-dev",
|
|
"dev-develop": "2.7.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Uri\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
|
|
"keywords": [
|
|
"ZendFramework",
|
|
"uri",
|
|
"zf"
|
|
],
|
|
"time": "2018-04-30T13:40:08+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-validator",
|
|
"version": "2.10.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-validator.git",
|
|
"reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-validator/zipball/38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
|
|
"reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"container-interop/container-interop": "^1.1",
|
|
"php": "^5.6 || ^7.0",
|
|
"zendframework/zend-stdlib": "^2.7.6 || ^3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0.8 || ^5.7.15",
|
|
"zendframework/zend-cache": "^2.6.1",
|
|
"zendframework/zend-coding-standard": "~1.0.0",
|
|
"zendframework/zend-config": "^2.6",
|
|
"zendframework/zend-db": "^2.7",
|
|
"zendframework/zend-filter": "^2.6",
|
|
"zendframework/zend-http": "^2.5.4",
|
|
"zendframework/zend-i18n": "^2.6",
|
|
"zendframework/zend-math": "^2.6",
|
|
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
|
"zendframework/zend-session": "^2.8",
|
|
"zendframework/zend-uri": "^2.5"
|
|
},
|
|
"suggest": {
|
|
"zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator",
|
|
"zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
|
|
"zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages",
|
|
"zendframework/zend-i18n-resources": "Translations of validator messages",
|
|
"zendframework/zend-math": "Zend\\Math component, required by the Csrf validator",
|
|
"zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
|
|
"zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator",
|
|
"zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.10.x-dev",
|
|
"dev-develop": "2.11.x-dev"
|
|
},
|
|
"zf": {
|
|
"component": "Zend\\Validator",
|
|
"config-provider": "Zend\\Validator\\ConfigProvider"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Validator\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "provides a set of commonly needed validators",
|
|
"homepage": "https://github.com/zendframework/zend-validator",
|
|
"keywords": [
|
|
"validator",
|
|
"zf2"
|
|
],
|
|
"time": "2018-02-01T17:05:33+00:00"
|
|
},
|
|
{
|
|
"name": "zendframework/zend-view",
|
|
"version": "2.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-view.git",
|
|
"reference": "4478cc5dd960e2339d88b363ef99fa278700e80e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-view/zipball/4478cc5dd960e2339d88b363ef99fa278700e80e",
|
|
"reference": "4478cc5dd960e2339d88b363ef99fa278700e80e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0",
|
|
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
|
|
"zendframework/zend-loader": "^2.5",
|
|
"zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7.15 || ^6.0.8",
|
|
"zendframework/zend-authentication": "^2.5",
|
|
"zendframework/zend-cache": "^2.6.1",
|
|
"zendframework/zend-coding-standard": "~1.0.0",
|
|
"zendframework/zend-config": "^2.6",
|
|
"zendframework/zend-console": "^2.6",
|
|
"zendframework/zend-escaper": "^2.5",
|
|
"zendframework/zend-feed": "^2.7",
|
|
"zendframework/zend-filter": "^2.6.1",
|
|
"zendframework/zend-http": "^2.5.4",
|
|
"zendframework/zend-i18n": "^2.6",
|
|
"zendframework/zend-json": "^2.6.1",
|
|
"zendframework/zend-log": "^2.7",
|
|
"zendframework/zend-modulemanager": "^2.7.1",
|
|
"zendframework/zend-mvc": "^2.7 || ^3.0",
|
|
"zendframework/zend-navigation": "^2.5",
|
|
"zendframework/zend-paginator": "^2.5",
|
|
"zendframework/zend-permissions-acl": "^2.6",
|
|
"zendframework/zend-router": "^3.0.1",
|
|
"zendframework/zend-serializer": "^2.6.1",
|
|
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
|
"zendframework/zend-session": "^2.8.1",
|
|
"zendframework/zend-uri": "^2.5"
|
|
},
|
|
"suggest": {
|
|
"zendframework/zend-authentication": "Zend\\Authentication component",
|
|
"zendframework/zend-escaper": "Zend\\Escaper component",
|
|
"zendframework/zend-feed": "Zend\\Feed component",
|
|
"zendframework/zend-filter": "Zend\\Filter component",
|
|
"zendframework/zend-http": "Zend\\Http component",
|
|
"zendframework/zend-i18n": "Zend\\I18n component",
|
|
"zendframework/zend-json": "Zend\\Json component",
|
|
"zendframework/zend-mvc": "Zend\\Mvc component",
|
|
"zendframework/zend-navigation": "Zend\\Navigation component",
|
|
"zendframework/zend-paginator": "Zend\\Paginator component",
|
|
"zendframework/zend-permissions-acl": "Zend\\Permissions\\Acl component",
|
|
"zendframework/zend-servicemanager": "Zend\\ServiceManager component",
|
|
"zendframework/zend-uri": "Zend\\Uri component"
|
|
},
|
|
"bin": [
|
|
"bin/templatemap_generator.php"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.10.x-dev",
|
|
"dev-develop": "2.11.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\View\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "provides a system of helpers, output filters, and variable escaping",
|
|
"homepage": "https://github.com/zendframework/zend-view",
|
|
"keywords": [
|
|
"view",
|
|
"zf2"
|
|
],
|
|
"time": "2018-01-17T22:21:50+00:00"
|
|
},
|
|
{
|
|
"name": "zfcampus/zf-development-mode",
|
|
"version": "3.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zfcampus/zf-development-mode.git",
|
|
"reference": "419004a320bab017d28f2bc5e7857dde7e19aecf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zfcampus/zf-development-mode/zipball/419004a320bab017d28f2bc5e7857dde7e19aecf",
|
|
"reference": "419004a320bab017d28f2bc5e7857dde7e19aecf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "^1.6.5",
|
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
|
|
"zendframework/zend-coding-standard": "~1.0.0"
|
|
},
|
|
"bin": [
|
|
"bin/zf-development-mode"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.2.x-dev",
|
|
"dev-develop": "3.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ZF\\DevelopmentMode\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Zend Framework development mode script",
|
|
"keywords": [
|
|
"ZendFramework",
|
|
"framework",
|
|
"zf"
|
|
],
|
|
"time": "2018-05-07T15:44:42+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": {
|
|
"zendframework/zend-component-installer": 20,
|
|
"skillfish/zf3-smarty-module": 20
|
|
},
|
|
"prefer-stable": true,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"platform-dev": []
|
|
}
|