summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-08-21 05:21:07 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-08-21 05:21:07 +0200
commit4b251ecc41f89cacfc4a1a607787e464bcd39fa2 (patch)
treee97b762416a3485b4ad6e6ccef5eb6461cf22760 /composer.json
downloadsimplephp-4b251ecc41f89cacfc4a1a607787e464bcd39fa2.tar.gz
simplephp-4b251ecc41f89cacfc4a1a607787e464bcd39fa2.tar.bz2
simplephp-4b251ecc41f89cacfc4a1a607787e464bcd39fa2.tar.xz
simplephp-4b251ecc41f89cacfc4a1a607787e464bcd39fa2.zip
Dummy PHP project
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..2616222
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,9 @@
+{
+ "name": "SimplePHP",
+ "description": "Simple PHP",
+ "type": "project",
+ "license": "MIT",
+ "require": {
+ "php": ">=5.6",
+ }
+}