Skip to content

Commit

Permalink
IBX-8119: Upgraded minimum PHP version to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p committed Apr 23, 2024
1 parent 6b7b722 commit 172296e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,19 @@
}
},
"require": {
"php": "^7.4 || ^8.0",
"php": " >=8.3",
"cron/cron": "^1.4",
"ibexa/core": "~5.0.x-dev",
"symfony/config": "^5.0",
"symfony/console": "^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/console": "^5.0",
"symfony/config": "^5.0",
"symfony/process": "^5.0",
"ibexa/core": "~5.0.0@dev"
"symfony/process": "^5.0"
},
"require-dev": {
"ibexa/code-style": "^1.0",
"ibexa/doctrine-schema": "~5.0.0@dev",
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": "^6.4 || ^7.0"
"ibexa/code-style": "^1.0",
"ibexa/doctrine-schema": "~5.0.x-dev"
},
"scripts": {
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots"
Expand All @@ -45,5 +44,8 @@
"branch-alias": {
"dev-main": "5.0.x-dev"
}
},
"config": {
"sort-packages": true
}
}

0 comments on commit 172296e

Please sign in to comment.