浏览代码

Use benchmark-rest-data in 1.1.0

tags/4.3.2
Steevan BARBOYON 6 年前
父节点
当前提交
604f151bef
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      composer.json

+ 2
- 1
composer.json 查看文件

@@ -1,5 +1,6 @@
1 1
 {
2 2
     "name": "phpbenchmarks/symfony-common",
3
+    "description": "Common repository for Symfony benchmarks on phpbenchmarks.com.",
3 4
     "license": "proprietary",
4 5
     "type": "project",
5 6
     "autoload": {
@@ -8,6 +9,6 @@
8 9
         }
9 10
     },
10 11
     "require": {
11
-        "phpbenchmarks/benchmark-rest-data": "1.0.0"
12
+        "phpbenchmarks/benchmark-rest-data": "1.1.0"
12 13
     }
13 14
 }

正在加载...
取消
保存