Skip to content

Commit

Permalink
[BC] Requires Symfony 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérôme Poskin committed Jun 9, 2015
1 parent bf6c462 commit 452813c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.2,<2.7",
"snowcap/core-bundle": "~1.0",
"snowcap/bootstrap-bundle": "~1.0",
"snowcap/im-bundle": "~1.0",
"symfony/framework-bundle": ">=2.7",
"snowcap/core-bundle": "~2.0",
"snowcap/bootstrap-bundle": "~2.0",
"snowcap/im-bundle": "~2.0",
"leafo/lessphp": "v0.4.0"

},
Expand All @@ -39,7 +39,7 @@
"target-dir": "Snowcap/AdminBundle",
"extra": {
"branch-alias": {
"dev-master": "2.4.x-dev"
"dev-master": "2.7.x-dev"
}
}
}
11 changes: 11 additions & 0 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ For Symfony < 2.7
}
}
For Symfony >= 2.7
~~~~~~~~~~~~~~~~~~

.. code-block:: javascript
{
"require": {
"snowcap/admin-bundle": "~2.0"
}
}
Now tell composer to download the bundle by running the command:

Expand Down

0 comments on commit 452813c

Please sign in to comment.