Skip to content

Commit

Permalink
Update Cakephp to v5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey authored Feb 7, 2025
1 parent 15b2243 commit 7834c53
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cakephp-5.0/_benchmark/setup.sh → cakephp-5.1/_benchmark/setup.sh
100755 → 100644
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 cakephp/app:5.0.* ./_benchmark/temp --ansi
composer create-project --prefer-dist cakephp/app:5.1.* ./_benchmark/temp --ansi
yes|mv ./_benchmark/temp/{.,}* ./

# have the route & controller
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ connections=500
# Frameworks list
# Sorted alphabetically
frameworks_list="
cakephp-5.0
cakephp-5.1
codeigniter-4.6
fastroute-1.3
fatfree-3.9
Expand Down

0 comments on commit 7834c53

Please sign in to comment.