Browse Source

Use new repository structure

tags/4.4.0
Steevan BARBOYON 7 years ago
parent
commit
e0e32bebb3
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/lts": "^4@dev"
12
     }
12
     }
13
 }
13
 }

Loading…
Cancel
Save