]> _ Git - composer.git/commitdiff
wip #2600 @0.5 master
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Feb 2019 16:54:36 +0000 (17:54 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Feb 2019 16:54:36 +0000 (17:54 +0100)
cubist/dummy/composer.json

index 93d7986ea71f21d34095c4b67878dcc8e569ea2f..d5a93c278d2e9015b3514a3470fdeedef116e5f2 100644 (file)
@@ -4,9 +4,6 @@
   "type": "library",
   "license": "proprietary",
   "minimum-stability": "dev",
-  "require": {
-    "php": ">=5.3.0"
-  },
   "autoload": {
     "psr-0": {
       "Dummy": "src/"
@@ -18,5 +15,7 @@
       "email": "vincent@cubedesigners.com"
     }
   ],
-  "require": {}
+  "require": {
+    "php": ">=5.3.0"
+  }
 }