diff --git a/.build.props b/.build.props new file mode 100644 index 0000000..a870b17 --- /dev/null +++ b/.build.props @@ -0,0 +1,12 @@ +project_title = WP PHP RV + +project_owner = websharks +project_slug = wp-php-rv + +project_namespace = WebSharks\\WpPhpRv +project_sub_namespace = WpPhpRv + +project_version = %y%m%d.%now + +project_php_required_version = 5.2.4 +project_php_tested_up_to_version = ${php.version} diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..fd825f0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "phings"] + path = phings + url = https://github.com/websharks/phings.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c555f..cebb4bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v160531.14034 + +- Adding phing build files. + ## v160524 - Adding support for an array of compatible operating systems. diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..a3cbcaa --- /dev/null +++ b/build.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..710c6ef --- /dev/null +++ b/composer.lock @@ -0,0 +1,20 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "This file is @generated automatically" + ], + "hash": "e5ee868984d12172c17f5b28137f08bc", + "content-hash": "e15a271a5e2bd9118cda83ee14dcf3e9", + "packages": [], + "packages-dev": [], + "aliases": [], + "minimum-stability": "dev", + "stability-flags": [], + "prefer-stable": true, + "prefer-lowest": false, + "platform": { + "php": ">=5.2" + }, + "platform-dev": [] +} diff --git a/phings b/phings new file mode 160000 index 0000000..e9470fb --- /dev/null +++ b/phings @@ -0,0 +1 @@ +Subproject commit e9470fb9ac195112aa9fb1775b0fe177c45ac4c3