Skip to content

Commit 750e884

Browse files
committed
Updated dependencies (php>=7.3)
1 parent 26e8231 commit 750e884

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

build.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@
99
<target name="update">
1010
<exec command="composer update" checkreturn="true" passthru="true"/>
1111
</target>
12+
13+
<!-- Runs all unit tests -->
14+
<target name="unit">
15+
</target>
1216
</project>

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
"keywords": [
55
"PhpStratum"
66
],
7-
"type": "library",
87
"license": "MIT",
98
"require": {
10-
"php": ">=7.3.0",
11-
"symfony/console": "^4.0 || ^5.0"
9+
"php": ">=7.3",
10+
"symfony/console": "^5.0"
1211
},
1312
"require-dev": {
1413
"phing/phing": "^2.0"
@@ -24,6 +23,7 @@
2423
}
2524
},
2625
"config": {
27-
"bin-dir": "bin/"
26+
"bin-dir": "bin/",
27+
"sort-packages": true
2828
}
2929
}

0 commit comments

Comments
 (0)