Skip to content

Commit 5546aaf

Browse files
committed
Fix framework versions
1 parent 6bf2e92 commit 5546aaf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

aura-2.0/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"aura/web-kernel": "~2.0",
17+
"aura/web-kernel": "2.0.*",
1818
"monolog/monolog": "~1.0"
1919
},
2020
"autoload": {

siler-0.6/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Benchmark Siler v0.6",
44
"type": "project",
55
"require": {
6-
"leocavalcante/siler": "^0.6.0"
6+
"leocavalcante/siler": "0.6.*"
77
},
88
"license": "MIT",
99
"authors": [

tipsy-0.10/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "arzynik/tipsy-example",
33
"description": "Tipsy Example",
44
"require": {
5-
"arzynik/tipsy": "~0.10.1"
5+
"arzynik/tipsy": "0.10.*"
66
}
77
}

zf-3.0/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": "^5.6 || ^7.0",
1616
"zendframework/zend-component-installer": "^1.0 || ^0.3 || ^1.0.0-dev@dev",
17-
"zendframework/zend-mvc": "^3.0.1",
17+
"zendframework/zend-mvc": "3.0.*",
1818
"zfcampus/zf-development-mode": "^3.0"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)