mirror of
https://github.com/doctrine/doctrine-website.git
synced 2026-03-23 22:32:11 +01:00
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 12.5.8 to 13.0.5. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/13.0.5/ChangeLog-13.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.5.8...13.0.5) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 13.0.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
81 lines
2.4 KiB
JSON
81 lines
2.4 KiB
JSON
{
|
|
"name": "doctrine/doctrine-website",
|
|
"description": "Source code for doctrine-project.org",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan H. Wage",
|
|
"email": "jonwage@gmail.com",
|
|
"homepage": "https://jwage.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "8.5.*",
|
|
"algolia/algoliasearch-client-php": "^4",
|
|
"doctrine/collections": "^2",
|
|
"doctrine/dbal": "^4.0",
|
|
"doctrine/inflector": "^2.0",
|
|
"doctrine/orm": "^3.2",
|
|
"erusev/parsedown": "^1.7",
|
|
"knplabs/github-api": "^3.9",
|
|
"league/flysystem": "^1",
|
|
"league/tactician": "^1",
|
|
"monolog/monolog": "^3.7",
|
|
"php-http/guzzle7-adapter": "^1.0",
|
|
"phpdocumentor/filesystem": "^1.7",
|
|
"phpdocumentor/flyfinder": "^1",
|
|
"phpdocumentor/guides": "^1.7",
|
|
"phpdocumentor/guides-code": "^1.7",
|
|
"phpdocumentor/guides-graphs": "^1.7",
|
|
"phpdocumentor/guides-markdown": "^1.7",
|
|
"phpdocumentor/guides-restructured-text": "^1.7",
|
|
"psr/cache": "^3",
|
|
"scrivo/highlight.php": "^9.18",
|
|
"symfony/cache": "^8.0",
|
|
"symfony/config": "^8.0",
|
|
"symfony/console": "^8.0",
|
|
"symfony/dependency-injection": "^8.0",
|
|
"symfony/filesystem": "^8.0",
|
|
"symfony/finder": "^8.0",
|
|
"symfony/http-kernel": "^8.0",
|
|
"symfony/process": "^8.0",
|
|
"symfony/routing": "^8.0",
|
|
"symfony/yaml": "^8.0",
|
|
"twig/twig": "^3.7"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^14.0",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"phpstan/phpstan": "^2.1",
|
|
"phpstan/phpstan-deprecation-rules": "^2.0",
|
|
"phpstan/phpstan-phpunit": "^2.0",
|
|
"phpstan/phpstan-strict-rules": "^2.0",
|
|
"phpunit/phpunit": "^13.0",
|
|
"symfony/css-selector": "^8.0",
|
|
"symfony/dom-crawler": "^8.0",
|
|
"symfony/error-handler": "^8.0",
|
|
"symfony/var-dumper": "^8.0"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"php-http/discovery": true
|
|
},
|
|
"platform": {
|
|
"php": "8.5.0"
|
|
},
|
|
"sort-packages": true
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Website\\": "lib/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Doctrine\\Website\\Tests\\": "tests/"
|
|
}
|
|
}
|
|
}
|