Browse Source

Use new repository structure

tags/2.3.0
Steevan BARBOYON 7 years ago
parent
commit
a9b8e04d8c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      composer.json

+ 2
- 2
composer.json View File

1
 {
1
 {
2
-    "name": "phpbenchmarks/symfony",
2
+    "name": "phpbenchmarks/symfony-common",
3
     "license": "proprietary",
3
     "license": "proprietary",
4
     "type": "project",
4
     "type": "project",
5
     "autoload": {
5
     "autoload": {
8
         }
8
         }
9
     },
9
     },
10
     "require": {
10
     "require": {
11
-        "php": ">=5.4.0",
11
+        "symfony/symfony": "^2.3",
12
         "phpbenchmarks/benchmark-rest-data": "1.0.0"
12
         "phpbenchmarks/benchmark-rest-data": "1.0.0"
13
     }
13
     }
14
 }
14
 }

Loading…
Cancel
Save