Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53a4b08

Browse files
committed
Preparing 2.2.3
1 parent f380315 commit 53a4b08

File tree

2 files changed

+65
-42
lines changed

2 files changed

+65
-42
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"require": {
99
"php": ">=5.3.3",
1010
"symfony/symfony": "2.2.*",
11-
"doctrine/orm": ">=2.2.3,<2.4-dev",
11+
"doctrine/orm": "~2.2,>=2.2.3",
1212
"doctrine/doctrine-bundle": "1.2.*",
1313
"twig/extensions": "1.0.*",
1414
"symfony/assetic-bundle": "2.1.*",
@@ -19,11 +19,11 @@
1919
"sensio/generator-bundle": "2.2.*",
2020
"jms/security-extra-bundle": "1.4.*",
2121
"jms/di-extra-bundle": "1.3.*",
22-
"mopa/bootstrap-bundle": "dev-master",
23-
"twitter/bootstrap": "master"
22+
"mopa/bootstrap-bundle": "2.2.0-alpha1",
23+
"twitter/bootstrap": "2.3.1"
2424
},
2525
"require-dev": {
26-
"mopa/bootstrap-sandbox-bundle": "dev-master"
26+
"mopa/bootstrap-sandbox-bundle": "2.2.0-alpha1"
2727
},
2828
"scripts": {
2929
"post-install-cmd": [
@@ -44,7 +44,6 @@
4444
"config": {
4545
"bin-dir": "bin"
4646
},
47-
"minimum-stability": "dev",
4847
"extra": {
4948
"symfony-app-dir": "app",
5049
"symfony-web-dir": "web",

composer.lock

Lines changed: 61 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)