Skip to content

Commit 904a082

Browse files
committed
Adjusting dependencies for PHP 8 support
1 parent 553bf00 commit 904a082

File tree

2 files changed

+550
-1778
lines changed

2 files changed

+550
-1778
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
"forum": "https://forum.phalcon.io"
2323
},
2424
"require": {
25-
"php": ">=7.2",
25+
"php": ">=7.3",
2626
"ext-pdo": "*",
27-
"ext-phalcon": "^4.0.0",
27+
"ext-phalcon": ">4.0",
2828
"psy/psysh": "~0.9",
2929
"nikic/php-parser": "^4.2.4",
3030
"phalcon/migrations": "^2.0",
3131
"vlucas/phpdotenv": "^3.6|^4.0|^5.0"
3232
},
3333
"require-dev": {
34-
"humbug/box": "^3.8",
34+
"humbug/box": "^3.13",
3535
"codeception/codeception": "^4.1",
36-
"phpdocumentor/reflection-docblock": "^4.3",
36+
"phpdocumentor/reflection-docblock": "^5.2",
3737
"phpunit/phpunit": "^8.0",
3838
"codeception/specify": "^1.2",
3939
"codeception/verify": "^1.2",
@@ -62,5 +62,7 @@
6262
"tests/_support/helpers.php"
6363
]
6464
},
65+
"minimum-stability": "dev",
66+
"prefer-stable": true,
6567
"bin": ["phalcon"]
6668
}

0 commit comments

Comments
 (0)