Skip to content

Commit

Permalink
Merge pull request #45 from myaaghubi/v2.3.1
Browse files Browse the repository at this point in the history
Versions fixed
  • Loading branch information
myaaghubi authored Sep 8, 2023
2 parents c584dbb + 4283793 commit f17f7a0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion codeigniter-4.3/_benchmark/setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# create project
rm -rf _benchmark/temp
composer create-project codeigniter4/appstarter:^4.3 --no-dev ./_benchmark/temp
composer create-project codeigniter4/appstarter:4.3.* --no-dev ./_benchmark/temp
mv ./_benchmark/temp/{.,}* ./

# have the route & controller
Expand Down
2 changes: 1 addition & 1 deletion fatfree-3.8.1/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"bcosca/fatfree-core": "^3.8.1"
"bcosca/fatfree-core": "3.8.*"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion laminas-2.0/_benchmark/setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# create project
rm -rf _benchmark/temp
composer create-project laminas/laminas-mvc-skeleton:^2.0 ./_benchmark/temp
composer create-project laminas/laminas-mvc-skeleton:2.0.* ./_benchmark/temp
mv ./_benchmark/temp/{.,}* ./

# have the route & controller
Expand Down
2 changes: 1 addition & 1 deletion laravel-10.0/_benchmark/setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# create project
rm -rf _benchmark/temp
composer create-project --prefer-dist laravel/laravel:^10.0 ./_benchmark/temp
composer create-project --prefer-dist laravel/laravel:10.0.* ./_benchmark/temp
mv ./_benchmark/temp/{.,}* ./

# have the route & controller
Expand Down
2 changes: 1 addition & 1 deletion leaf-3.3/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"leafs/leaf": "^3.3"
"leafs/leaf": "3.3.0"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions slim-4.11/composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"require": {
"slim/slim": "^4.11",
"slim/psr7": "^1.5",
"slim/http": "^1.2"
"slim/slim": "4.11.*",
"slim/psr7": "1.5.*",
"slim/http": "1.2.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f17f7a0

Please sign in to comment.