Skip to content

Commit

Permalink
Bump a min PHP version to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Dec 3, 2024
1 parent 01cb60f commit 33c69fc
Showing 1 changed file with 73 additions and 73 deletions.
146 changes: 73 additions & 73 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,75 +1,75 @@
{
"name": "idmarinas/common-bundle",
"type": "symfony-bundle",
"license": "BSD-3-Clause",
"keywords": [],
"authors": [
{
"name": "Iván Diaz Marinas (IDMarinas)",
"email": "[email protected]",
"homepage": "https://github.com/idmarinas/common-bundle",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/idmarinas/common-bundle/issues"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.0",
"symfony/config": "^5.4 | ^6.4 | ^7.0",
"symfony/console": "^5.4 | ^6.4 | ^7.0",
"symfony/dependency-injection": "^5.4 | ^6.4 | ^7.0",
"symfony/filesystem": "^5.4 | ^6.4 | ^7.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.20",
"easycorp/easyadmin-bundle": "^4.0",
"fakerphp/faker": "^1.21",
"gedmo/doctrine-extensions": "^3.17",
"matthiasnoback/symfony-config-test": "^4.2 | ^5.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.2 | ^5.0 | ^6.0",
"nyholm/symfony-bundle-test": "^2.0",
"php-mock/php-mock-phpunit": "^2.10",
"phpunit/phpunit": "^9.5",
"rector/rector": "^1.2",
"symfony/form": "^5.4 | ^6.4 | ^7.0",
"symfony/framework-bundle": "^5.4 | ^6.4 | ^7.0",
"symfony/phpunit-bridge": "^5.4",
"symfony/test-pack": "^1.0",
"symfony/validator": "^5.4 | ^6.4 | ^7.0"
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"symfony/flex": true,
"symfony/runtime": true
},
"optimize-autoloader": false,
"preferred-install": {
"*": "dist"
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"Idm\\Bundle\\Common\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Idm\\Bundle\\Common\\Tests\\": "tests/"
}
},
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.me/idmarinas"
}
],
"scripts": {
"test": "phpunit"
}
"name": "idmarinas/common-bundle",
"type": "symfony-bundle",
"license": "BSD-3-Clause",
"keywords": [],
"authors": [
{
"name": "Iván Diaz Marinas (IDMarinas)",
"email": "[email protected]",
"homepage": "https://github.com/idmarinas/common-bundle",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/idmarinas/common-bundle/issues"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.1",
"symfony/config": "^5.4 | ^6.4 | ^7.0",
"symfony/console": "^5.4 | ^6.4 | ^7.0",
"symfony/dependency-injection": "^5.4 | ^6.4 | ^7.0",
"symfony/filesystem": "^5.4 | ^6.4 | ^7.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.20",
"easycorp/easyadmin-bundle": "^4.0",
"fakerphp/faker": "^1.21",
"gedmo/doctrine-extensions": "^3.17",
"matthiasnoback/symfony-config-test": "^4.2 | ^5.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.2 | ^5.0 | ^6.0",
"nyholm/symfony-bundle-test": "^2.0",
"php-mock/php-mock-phpunit": "^2.10",
"phpunit/phpunit": "^9.5",
"rector/rector": "^1.2",
"symfony/form": "^5.4 | ^6.4 | ^7.0",
"symfony/framework-bundle": "^5.4 | ^6.4 | ^7.0",
"symfony/phpunit-bridge": "^5.4",
"symfony/test-pack": "^1.0",
"symfony/validator": "^5.4 | ^6.4 | ^7.0"
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"symfony/flex": true,
"symfony/runtime": true
},
"optimize-autoloader": false,
"preferred-install": {
"*": "dist"
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"Idm\\Bundle\\Common\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Idm\\Bundle\\Common\\Tests\\": "tests/"
}
},
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.me/idmarinas"
}
],
"scripts": {
"test": "phpunit"
}
}

0 comments on commit 33c69fc

Please sign in to comment.