Skip to content

Commit f6bd8bc

Browse files
committed
Update dependencies.
1 parent 48e74cd commit f6bd8bc

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

build.xml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project name="php-stratum" default="build" basedir=".">
3-
<taskdef name="ReadSemanticVersion" classname="\SetBased\Phing\Task\ReadSemanticVersionTask"/>
4-
<property name="VERSION" value="0.0.0"/>
5-
63
<target name="build">
7-
<echo message="noting to do."/>
4+
<echo message="Noting to do."/>
85
</target>
96

107
<!-- Run composer update and executes various other updates -->
@@ -25,29 +22,6 @@
2522
<arg value="--direct"/>
2623
</exec>
2724
</target>
28-
<!-- Creates a new version/release. -->
29-
<target name="version">
30-
<ReadSemanticVersion file=".version"
31-
versionProperty="VERSION"
32-
haltOnError="true"/>
33-
<!-- Set version of application. -->
34-
<reflexive>
35-
<fileset dir=".">
36-
<include name="src/Application/Stratum.php"/>
37-
</fileset>
38-
<filterchain>
39-
<replaceregexp>
40-
<regexp pattern="parent::__construct\('stratum', .*"
41-
replace="parent::__construct('stratum', '${VERSION}');"/>
42-
</replaceregexp>
43-
</filterchain>
44-
</reflexive>
45-
46-
<gitcommit repository="." message="Release: ${VERSION}" allFiles="true"/>
47-
<gitpush repository="."/>
48-
<gittag repository="." name="${VERSION}"/>
49-
<gitpush repository="." refspec="${VERSION}" quiet="false"/>
50-
</target>
5125

5226
<!-- Runs all unit tests -->
5327
<target name="unit">

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"prefer-stable": true,
2323
"require-dev": {
2424
"phing/phing": "^3.0.0-RC3",
25-
"phpunit/phpunit": "^9.5.27",
26-
"setbased/phing-extensions": "3.0.1"
25+
"phpunit/phpunit": "^9.5.27"
2726
},
2827
"autoload": {
2928
"psr-4": {

0 commit comments

Comments
 (0)