Change php version to >= 8.3

This commit is contained in:
Chris Smith
2025-02-23 12:41:54 +01:00
parent 70e88433ce
commit 5ec2680f27
2 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
{
"license": "proprietary",
"require": {
"php": ">=7.4.0",
"php": ">=8.3.0",
"ext-json": "*",
"cgsmith/yii2-flatpickr-widget": "~1.1",
"donatj/phpuseragentparser": "^1.9",

26
composer.lock generated
View File

@@ -2358,16 +2358,16 @@
},
{
"name": "codeception/codeception",
"version": "5.2.0",
"version": "5.2.1",
"source": {
"type": "git",
"url": "https://github.com/Codeception/Codeception.git",
"reference": "5f74784541891f054a3f17dcb87a94b3f2552e0d"
"reference": "6e06224627dcd89e7d4753f44ba4df35034b6314"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/5f74784541891f054a3f17dcb87a94b3f2552e0d",
"reference": "5f74784541891f054a3f17dcb87a94b3f2552e0d",
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/6e06224627dcd89e7d4753f44ba4df35034b6314",
"reference": "6e06224627dcd89e7d4753f44ba4df35034b6314",
"shasum": ""
},
"require": {
@@ -2378,13 +2378,13 @@
"ext-json": "*",
"ext-mbstring": "*",
"php": "^8.1",
"phpunit/php-code-coverage": "^9.2 || ^10.0 || ^11.0",
"phpunit/php-text-template": "^2.0 || ^3.0 || ^4.0",
"phpunit/php-timer": "^5.0.3 || ^6.0 || ^7.0",
"phpunit/phpunit": "^9.5.20 || ^10.0 || ^11.0",
"phpunit/php-code-coverage": "^9.2 || ^10.0 || ^11.0 || ^12.0",
"phpunit/php-text-template": "^2.0 || ^3.0 || ^4.0 || ^5.0",
"phpunit/php-timer": "^5.0.3 || ^6.0 || ^7.0 || ^8.0",
"phpunit/phpunit": "^9.5.20 || ^10.0 || ^11.0 || ^12.0",
"psy/psysh": "^0.11.2 || ^0.12",
"sebastian/comparator": "^4.0.5 || ^5.0 || ^6.0",
"sebastian/diff": "^4.0.3 || ^5.0 || ^6.0",
"sebastian/comparator": "^4.0.5 || ^5.0 || ^6.0 || ^7.0",
"sebastian/diff": "^4.0.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/console": ">=5.4.24 <8.0",
"symfony/css-selector": ">=5.4.24 <8.0",
"symfony/event-dispatcher": ">=5.4.24 <8.0",
@@ -2402,7 +2402,7 @@
},
"require-dev": {
"codeception/lib-innerbrowser": "*@dev",
"codeception/lib-web": "^1.0",
"codeception/lib-web": "*@dev",
"codeception/module-asserts": "*@dev",
"codeception/module-cli": "*@dev",
"codeception/module-db": "*@dev",
@@ -2467,7 +2467,7 @@
],
"support": {
"issues": "https://github.com/Codeception/Codeception/issues",
"source": "https://github.com/Codeception/Codeception/tree/5.2.0"
"source": "https://github.com/Codeception/Codeception/tree/5.2.1"
},
"funding": [
{
@@ -2475,7 +2475,7 @@
"type": "open_collective"
}
],
"time": "2025-02-16T20:29:26+00:00"
"time": "2025-02-20T14:52:49+00:00"
},
{
"name": "codeception/lib-asserts",