Skip to content

Commit 8dbb4fe

Browse files
authored
Merge pull request #72 from joanhey/dev
Update Cakephp to v5.1
2 parents 15b2243 + 7834c53 commit 8dbb4fe

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

cakephp-5.0/_benchmark/setup.sh renamed to cakephp-5.1/_benchmark/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# create project
33
rm -rf _benchmark/temp
4-
composer create-project --prefer-dist cakephp/app:5.0.* ./_benchmark/temp --ansi
4+
composer create-project --prefer-dist cakephp/app:5.1.* ./_benchmark/temp --ansi
55
yes|mv ./_benchmark/temp/{.,}* ./
66

77
# have the route & controller
File renamed without changes.

config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ connections=500
1616
# Frameworks list
1717
# Sorted alphabetically
1818
frameworks_list="
19-
cakephp-5.0
19+
cakephp-5.1
2020
codeigniter-4.6
2121
fastroute-1.3
2222
fatfree-3.9

0 commit comments

Comments
 (0)