Using Phing as build-tool

This commit is contained in:
2019-06-05 00:10:35 +02:00
parent d329257704
commit 7cbbf2cd88
5 changed files with 353 additions and 284 deletions

1
bin/.gitignore vendored
View File

@@ -4,3 +4,4 @@ pscss
.directory
/phpca
/phpunit
/phing

0
build.properties Normal file
View File

8
build.xml Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="dossier" default="help" basedir=".">
<property file="${project.basedir}/build.properties" />
<target name="help">
<echo msg="Bootstrapped!" />
</target>
</project>

View File

@@ -47,7 +47,8 @@
},
"require-dev" : {
"wapmorgan/php-code-analyzer" : "^1.0",
"phpunit/phpunit" : "~8.1"
"phpunit/phpunit" : "~8.1",
"phing/phing" : "~2.16"
},
"config" : {
"bin-dir" : "bin"

625
composer.lock generated

File diff suppressed because it is too large Load Diff