summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..553a375
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,27 @@
+{
+ "name": "phpoption/phpoption",
+ "description": "Option Type for PHP",
+ "keywords": ["php","option","language","type"],
+ "type": "library",
+ "license": "Apache2",
+ "authors": [
+ {
+ "name": "Johannes M. Schmitt",
+ "email": "schmittjoh@gmail.com"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.7.*"
+ },
+ "autoload": {
+ "psr-0": { "PhpOption\\": "src/" }
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.3-dev"
+ }
+ }
+}