Skip to content

Commit

Permalink
Upgraded symfony version
Browse files Browse the repository at this point in the history
  • Loading branch information
ShurikAg committed Sep 1, 2015
1 parent a519960 commit 8ba88f8
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 97 deletions.
4 changes: 2 additions & 2 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<arg value="curl -s http://getcomposer.org/installer | php" />
</exec>
-->
<exec executable="composer.phar" failonerror="true">
<exec executable="composer" failonerror="true">
<arg value="install" />
</exec>
</target>
Expand Down Expand Up @@ -160,4 +160,4 @@
<arg path="${code-browser-dir}" />
</exec>
</target>
</project>
</project>
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iibs/arnm-config",
"description": "General Config bundle of Araneum",
"version": "1.0.1",
"version": "1.0.2",
"authors": [
{
"name": "Alex Agulyansky",
Expand All @@ -15,9 +15,9 @@
},
"target-dir": "Arnm/ConfigBundle",
"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.5.*",
"doctrine/orm": ">=2.2.3,<2.4-dev",
"php": ">=5.3.9",
"symfony/symfony": "2.7.*",
"doctrine/orm": "~2.2,>=2.2.3,<2.5",
"iibs/arnm-core": "1.0.*"
}
}
Loading

0 comments on commit 8ba88f8

Please sign in to comment.