summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2014-05-18 00:56:02 +0200
committerKevin Chabowski <kevin@kch42.de>2014-05-18 00:56:02 +0200
commit861b7b3435b4fd121fbdbb615db23d9df125c8ec (patch)
treefe218c36259870d676c2d50ace8da1ce866c314d
parentfad93506cd56b976d1413ed5adef87701df715bd (diff)
downloadste-make-composer-compatible.tar.gz
ste-make-composer-compatible.tar.bz2
ste-make-composer-compatible.zip
Adding a composer.json file. We should be composer-compatible now!make-composer-compatible
-rw-r--r--composer.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..b03a28e
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,6 @@
+{
+ "name": "kch42/ste",
+ "require": {
+ "php": ">=5.3.0"
+ }
+} \ No newline at end of file