Update composer for catalyst/auth-bundle #194
This commit is contained in:
parent
4ed8f84258
commit
e9221a769e
2 changed files with 8 additions and 8 deletions
|
|
@ -7,6 +7,7 @@
|
|||
"require": {
|
||||
"php": "^7.1.3",
|
||||
"ext-iconv": "*",
|
||||
"catalyst/auth-bundle": "dev-master",
|
||||
"creof/doctrine2-spatial": "^1.2",
|
||||
"data-dog/audit-bundle": "^0.1.10",
|
||||
"guzzlehttp/guzzle": "^6.3",
|
||||
|
|
@ -24,8 +25,7 @@
|
|||
"symfony/security-bundle": "^4.0",
|
||||
"symfony/twig-bundle": "^4.0",
|
||||
"symfony/validator": "^4.0",
|
||||
"symfony/yaml": "^4.0",
|
||||
"catalyst/auth-bundle": "dev-master"
|
||||
"symfony/yaml": "^4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/doctrine-fixtures-bundle": "^3.0",
|
||||
|
|
|
|||
12
composer.lock
generated
12
composer.lock
generated
|
|
@ -4,20 +4,20 @@
|
|||
"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": "45eddf94010d81a1beafeb9a5674ce76",
|
||||
"content-hash": "b5e6f0fd50491b8275ea11d3668b26aa",
|
||||
"packages": [
|
||||
{
|
||||
"name": "catalyst/auth-bundle",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "git@gitlab.com:jankstudio-catalyst/catalyst-auth.git",
|
||||
"reference": "d98bc5883cfb8756de36237f0cf56d915a3c241f"
|
||||
"url": "https://gitlab.com/jankstudio-catalyst/catalyst-auth.git",
|
||||
"reference": "ee09abd3edd506f14dd073130c3ec2ad9047caae"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://gitlab.com/api/v4/projects/jankstudio-catalyst%2Fcatalyst-auth/repository/archive.zip?sha=d98bc5883cfb8756de36237f0cf56d915a3c241f",
|
||||
"reference": "d98bc5883cfb8756de36237f0cf56d915a3c241f",
|
||||
"url": "https://gitlab.com/api/v4/projects/jankstudio-catalyst%2Fcatalyst-auth/repository/archive.zip?sha=ee09abd3edd506f14dd073130c3ec2ad9047caae",
|
||||
"reference": "ee09abd3edd506f14dd073130c3ec2ad9047caae",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"email": "kc@jankstudio.com"
|
||||
}
|
||||
],
|
||||
"time": "2019-06-05T13:44:22+00:00"
|
||||
"time": "2019-06-05T15:46:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "creof/doctrine2-spatial",
|
||||
|
|
|
|||
Loading…
Reference in a new issue