Framework update

This commit is contained in:
Michael RICOIS 2016-07-18 11:34:36 +02:00
parent 5b06b93b76
commit 2b3f4190ec
2 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/.settings/ /.settings/
/.buildpath /.buildpath
/.project /.project
/vendor/

10
composer.lock generated
View File

@ -9,16 +9,16 @@
"packages": [ "packages": [
{ {
"name": "zendframework/zendframework1", "name": "zendframework/zendframework1",
"version": "1.12.17", "version": "1.12.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zf1.git", "url": "https://github.com/zendframework/zf1.git",
"reference": "9f0bbc8b626bf35030afd766d9a7e506864e8e0b" "reference": "be2113109240b6682d90c25a05b6ae79927954f3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zf1/zipball/9f0bbc8b626bf35030afd766d9a7e506864e8e0b", "url": "https://api.github.com/repos/zendframework/zf1/zipball/be2113109240b6682d90c25a05b6ae79927954f3",
"reference": "9f0bbc8b626bf35030afd766d9a7e506864e8e0b", "reference": "be2113109240b6682d90c25a05b6ae79927954f3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -52,7 +52,7 @@
"ZF1", "ZF1",
"framework" "framework"
], ],
"time": "2015-11-23 15:11:10" "time": "2016-07-13 15:11:57"
} }
], ],
"packages-dev": [], "packages-dev": [],