Skip to content

Commit ad50051

Browse files
committed
Bump phalcon version to 4.0.0
1 parent 89901e4 commit ad50051

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ addons:
1717

1818
env:
1919
global:
20-
- PHALCON_VERSION=v4.0.0-rc.2
20+
- PHALCON_VERSION=v4.0.0
2121
matrix:
2222
- DB=mysql DB_ADAPTER=mysql DB_PORT=3306 DB_USERNAME=root
2323
- DB=postgres DB_ADAPTER=pgsql DB_PORT=5432 DB_USERNAME=postgres

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
"require": {
2828
"php": ">=7.2",
2929
"ext-openssl": "*",
30-
"ext-phalcon": "~4.0.0-rc.2",
30+
"ext-phalcon": "~4.0.0",
3131
"robmorgan/phinx": "^0.11.1",
3232
"swiftmailer/swiftmailer": "^6.2",
3333
"vlucas/phpdotenv": "^3.6"
3434
},
3535
"require-dev": {
3636
"codeception/codeception": "^3.1",
37-
"phalcon/ide-stubs": "4.0.0-rc.2",
37+
"phalcon/ide-stubs": "4.0.0",
3838
"phpunit/phpunit": "^8.4",
3939
"squizlabs/php_codesniffer": "3.5",
40-
"vimeo/psalm": "^3.6"
40+
"vimeo/psalm": "^3.7"
4141
},
4242
"suggest": {
4343
"ext-apc": "Needed to support caching ACL"

resources/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ ARG VERSION=4.0.0
88

99
ENV BUILD_ID=$BUILD_ID \
1010
APP_VERSION=$VERSION \
11-
PHALCON_VERSION=4.0.0-rc.2 \
12-
PHALCON_BUILD=813 \
13-
PHALCON_BRANCH=mainline \
11+
PHALCON_VERSION=4.0.0 \
12+
PHALCON_BUILD=848 \
13+
PHALCON_BRANCH=nightly \
1414
PHALCON_OS=debian/buster
1515

1616
LABEL build_id="$BUILD_ID" \

0 commit comments

Comments
 (0)