mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Use a stable version of Get-In
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"alchemy/google-plus-api-client" : "~0.6.2",
|
||||
"alchemy/geonames-api-consumer" : "~0.1.0",
|
||||
"guzzle/guzzle" : "~3.6",
|
||||
"igorw/get-in" : "dev-master",
|
||||
"igorw/get-in" : "~1.0",
|
||||
"imagine/imagine" : "0.6.x-dev@dev",
|
||||
"jms/serializer" : "~0.10",
|
||||
"justinrainbow/json-schema" : "~1.3",
|
||||
|
18
composer.lock
generated
18
composer.lock
generated
@@ -3,7 +3,7 @@
|
||||
"This file locks the dependencies of your project to a known state",
|
||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
||||
],
|
||||
"hash": "33fb601111277362faca0ff80185d4ab",
|
||||
"hash": "713759a9aea9d0178ef01ce2f7aea6b2",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alchemy-fr/tcpdf-clone",
|
||||
@@ -1296,22 +1296,27 @@
|
||||
},
|
||||
{
|
||||
"name": "igorw/get-in",
|
||||
"version": "dev-master",
|
||||
"version": "v1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/igorw/get-in.git",
|
||||
"reference": "f265eb25569891e1888d7773c72a81c2f96c8982"
|
||||
"reference": "ba9ab6e41d0819db138d52f6431587f56698f121"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/igorw/get-in/zipball/f265eb25569891e1888d7773c72a81c2f96c8982",
|
||||
"reference": "f265eb25569891e1888d7773c72a81c2f96c8982",
|
||||
"url": "https://api.github.com/repos/igorw/get-in/zipball/ba9ab6e41d0819db138d52f6431587f56698f121",
|
||||
"reference": "ba9ab6e41d0819db138d52f6431587f56698f121",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/get_in.php"
|
||||
@@ -1333,7 +1338,7 @@
|
||||
"assoc-array",
|
||||
"hash-map"
|
||||
],
|
||||
"time": "2013-12-16 23:26:47"
|
||||
"time": "2014-01-08 02:24:41"
|
||||
},
|
||||
{
|
||||
"name": "imagine/imagine",
|
||||
@@ -4276,7 +4281,6 @@
|
||||
],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {
|
||||
"igorw/get-in": 20,
|
||||
"imagine/imagine": 20,
|
||||
"silex/silex": 20,
|
||||
"silex/web-profiler": 20,
|
||||
|
Reference in New Issue
Block a user