Skip to content

Commit

Permalink
Updated dependencies (php>=7.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Apr 2, 2020
1 parent 26e8231 commit 750e884
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<target name="update">
<exec command="composer update" checkreturn="true" passthru="true"/>
</target>

<!-- Runs all unit tests -->
<target name="unit">
</target>
</project>
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"keywords": [
"PhpStratum"
],
"type": "library",
"license": "MIT",
"require": {
"php": ">=7.3.0",
"symfony/console": "^4.0 || ^5.0"
"php": ">=7.3",
"symfony/console": "^5.0"
},
"require-dev": {
"phing/phing": "^2.0"
Expand All @@ -24,6 +23,7 @@
}
},
"config": {
"bin-dir": "bin/"
"bin-dir": "bin/",
"sort-packages": true
}
}

0 comments on commit 750e884

Please sign in to comment.