mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-23 08:06:33 +00:00
Lock DoctrineBundle to 1.5.2
Because of a bad change, SQLite database cannot be created anymore. ➡️ https://github.com/doctrine/DoctrineBundle/pull/434
This commit is contained in:
parent
970e0e994f
commit
53cf510689
2 changed files with 14 additions and 14 deletions
|
@ -31,7 +31,7 @@
|
||||||
"php": ">=5.3.3",
|
"php": ">=5.3.3",
|
||||||
"symfony/symfony": "~2.7.0",
|
"symfony/symfony": "~2.7.0",
|
||||||
"doctrine/orm": "~2.3",
|
"doctrine/orm": "~2.3",
|
||||||
"doctrine/doctrine-bundle": "~1.2",
|
"doctrine/doctrine-bundle": "1.5.2",
|
||||||
"twig/extensions": "~1.0",
|
"twig/extensions": "~1.0",
|
||||||
"symfony/assetic-bundle": "~2.3",
|
"symfony/assetic-bundle": "~2.3",
|
||||||
"symfony/swiftmailer-bundle": "~2.3",
|
"symfony/swiftmailer-bundle": "~2.3",
|
||||||
|
|
26
composer.lock
generated
26
composer.lock
generated
|
@ -4,8 +4,8 @@
|
||||||
"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#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "01e7829e7ff2b39b288871661bb05e9a",
|
"hash": "6bd09434f83c7e6b5e1c75fddbd7608b",
|
||||||
"content-hash": "76830bc9c2cd6f600613c9eea7c0f1b1",
|
"content-hash": "d07d54c4cc6f4f4947c652bd659af02e",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "doctrine/annotations",
|
"name": "doctrine/annotations",
|
||||||
|
@ -357,16 +357,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/doctrine-bundle",
|
"name": "doctrine/doctrine-bundle",
|
||||||
"version": "1.6.0",
|
"version": "v1.5.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
||||||
"reference": "a5b3ba908ba68f3e14e42762a7b940fde65ed7da"
|
"reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/a5b3ba908ba68f3e14e42762a7b940fde65ed7da",
|
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3",
|
||||||
"reference": "a5b3ba908ba68f3e14e42762a7b940fde65ed7da",
|
"reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -431,7 +431,7 @@
|
||||||
"orm",
|
"orm",
|
||||||
"persistence"
|
"persistence"
|
||||||
],
|
],
|
||||||
"time": "2015-11-04 21:33:02"
|
"time": "2015-08-31 14:47:06"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/doctrine-cache-bundle",
|
"name": "doctrine/doctrine-cache-bundle",
|
||||||
|
@ -2771,20 +2771,20 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sensiolabs/security-checker",
|
"name": "sensiolabs/security-checker",
|
||||||
"version": "v3.0.1",
|
"version": "v3.0.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sensiolabs/security-checker.git",
|
"url": "https://github.com/sensiolabs/security-checker.git",
|
||||||
"reference": "7735fd97ff7303d9df776b8dbc970f949399abc9"
|
"reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/7735fd97ff7303d9df776b8dbc970f949399abc9",
|
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
|
||||||
"reference": "7735fd97ff7303d9df776b8dbc970f949399abc9",
|
"reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"symfony/console": "~2.0"
|
"symfony/console": "~2.0|~3.0"
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"security-checker"
|
"security-checker"
|
||||||
|
@ -2811,7 +2811,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "A security checker for your composer.lock",
|
"description": "A security checker for your composer.lock",
|
||||||
"time": "2015-08-11 12:11:25"
|
"time": "2015-11-07 08:07:40"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "simplepie/simplepie",
|
"name": "simplepie/simplepie",
|
||||||
|
|
Loading…
Reference in a new issue