Skip to content

Commit

Permalink
[composer] Set dependencies for 4.6.12 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Oct 4, 2024
1 parent d78296d commit ecb6001
Showing 1 changed file with 62 additions and 62 deletions.
124 changes: 62 additions & 62 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
{
"name": "ibexa/core-persistence",
"license": "(GPL-2.0-only or proprietary)",
"type": "ibexa-bundle",
"keywords": [
"ibexa-dxp"
],
"require": {
"php": "^7.4 || ^8.0",
"ibexa/core": "~4.6.x-dev",
"ibexa/doctrine-schema": "~4.6.x-dev",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/event-dispatcher": "^5.4",
"symfony/http-foundation": "^5.4",
"symfony/http-kernel": "^5.4",
"symfony/yaml": "^5.4"
},
"require-dev": {
"dama/doctrine-test-bundle": "^6.7",
"ibexa/code-style": "^1.1",
"ibexa/test-core": "0.1.x-dev",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.0",
"symfony/phpunit-bridge": "^5.4"
},
"autoload": {
"psr-4": {
"Ibexa\\Bundle\\CorePersistence\\": "src/bundle/",
"Ibexa\\Contracts\\CorePersistence\\": "src/contracts/",
"Ibexa\\CorePersistence\\": "src/lib/"
"name": "ibexa/core-persistence",
"license": "(GPL-2.0-only or proprietary)",
"type": "ibexa-bundle",
"keywords": [
"ibexa-dxp"
],
"require": {
"php": "^7.4 || ^8.0",
"ibexa/core": "~4.6",
"ibexa/doctrine-schema": "~4.6",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/event-dispatcher": "^5.4",
"symfony/http-foundation": "^5.4",
"symfony/http-kernel": "^5.4",
"symfony/yaml": "^5.4"
},
"require-dev": {
"dama/doctrine-test-bundle": "^6.7",
"ibexa/code-style": "^1.1",
"ibexa/test-core": "0.1",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.0",
"symfony/phpunit-bridge": "^5.4"
},
"autoload": {
"psr-4": {
"Ibexa\\Bundle\\CorePersistence\\": "src/bundle/",
"Ibexa\\Contracts\\CorePersistence\\": "src/contracts/",
"Ibexa\\CorePersistence\\": "src/lib/"
}
},
"autoload-dev": {
"psr-4": {
"Ibexa\\Tests\\Bundle\\CorePersistence\\": "tests/bundle/",
"Ibexa\\Tests\\Integration\\CorePersistence\\": "tests/integration/",
"Ibexa\\Tests\\CorePersistence\\": "tests/lib/"
}
},
"scripts": {
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php --show-progress=dots",
"check-cs": "@fix-cs --dry-run",
"test": "phpunit -c phpunit.xml.dist",
"test-integration": "phpunit -c phpunit.integration.xml",
"phpstan": "phpstan analyse -c phpstan.neon"
},
"scripts-descriptions": {
"fix-cs": "Automatically fixes code style in all files",
"check-cs": "Run code style checker for all files",
"test": "Run automatic tests",
"phpstan": "Run static code analysis"
},
"extra": {
"branch-alias": {
"dev-main": "4.6.x-dev"
}
},
"config": {
"allow-plugins": false,
"sort-packages": true
}
},
"autoload-dev": {
"psr-4": {
"Ibexa\\Tests\\Bundle\\CorePersistence\\": "tests/bundle/",
"Ibexa\\Tests\\Integration\\CorePersistence\\": "tests/integration/",
"Ibexa\\Tests\\CorePersistence\\": "tests/lib/"
}
},
"scripts": {
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php --show-progress=dots",
"check-cs": "@fix-cs --dry-run",
"test": "phpunit -c phpunit.xml.dist",
"test-integration": "phpunit -c phpunit.integration.xml",
"phpstan": "phpstan analyse -c phpstan.neon"
},
"scripts-descriptions": {
"fix-cs": "Automatically fixes code style in all files",
"check-cs": "Run code style checker for all files",
"test": "Run automatic tests",
"phpstan": "Run static code analysis"
},
"extra": {
"branch-alias": {
"dev-main": "4.6.x-dev"
}
},
"config": {
"allow-plugins": false,
"sort-packages": true
}
}
}

0 comments on commit ecb6001

Please sign in to comment.