We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e8231 commit 750e884Copy full SHA for 750e884
build.xml
@@ -9,4 +9,8 @@
9
<target name="update">
10
<exec command="composer update" checkreturn="true" passthru="true"/>
11
</target>
12
+
13
+ <!-- Runs all unit tests -->
14
+ <target name="unit">
15
+ </target>
16
</project>
composer.json
@@ -4,11 +4,10 @@
4
"keywords": [
5
"PhpStratum"
6
],
7
- "type": "library",
8
"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"
@@ -24,6 +23,7 @@
24
23
}
25
26
"config": {
27
- "bin-dir": "bin/"
+ "bin-dir": "bin/",
+ "sort-packages": true
28
29
0 commit comments