Using Phing as build-tool
This commit is contained in:
1
bin/.gitignore
vendored
1
bin/.gitignore
vendored
@@ -4,3 +4,4 @@ pscss
|
||||
.directory
|
||||
/phpca
|
||||
/phpunit
|
||||
/phing
|
||||
|
||||
0
build.properties
Normal file
0
build.properties
Normal file
8
build.xml
Normal file
8
build.xml
Normal 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>
|
||||
@@ -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
625
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user