Skip to content

Commit

Permalink
Adjusting dependencies for PHP 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ultimater committed Aug 3, 2021
1 parent 553bf00 commit 904a082
Show file tree
Hide file tree
Showing 2 changed files with 550 additions and 1,778 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"forum": "https://forum.phalcon.io"
},
"require": {
"php": ">=7.2",
"php": ">=7.3",
"ext-pdo": "*",
"ext-phalcon": "^4.0.0",
"ext-phalcon": ">4.0",
"psy/psysh": "~0.9",
"nikic/php-parser": "^4.2.4",
"phalcon/migrations": "^2.0",
"vlucas/phpdotenv": "^3.6|^4.0|^5.0"
},
"require-dev": {
"humbug/box": "^3.8",
"humbug/box": "^3.13",
"codeception/codeception": "^4.1",
"phpdocumentor/reflection-docblock": "^4.3",
"phpdocumentor/reflection-docblock": "^5.2",
"phpunit/phpunit": "^8.0",
"codeception/specify": "^1.2",
"codeception/verify": "^1.2",
Expand Down Expand Up @@ -62,5 +62,7 @@
"tests/_support/helpers.php"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"bin": ["phalcon"]
}
Loading

0 comments on commit 904a082

Please sign in to comment.