mirror of
https://github.com/doctrine/doctrine-website.git
synced 2026-03-23 22:32:11 +01:00
74 lines
2.2 KiB
JSON
74 lines
2.2 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.2",
|
|
"algolia/algoliasearch-client-php": "^3.3",
|
|
"doctrine/inflector": "^2.0",
|
|
"doctrine/migrations": "^3.5",
|
|
"doctrine/orm": "^2.14",
|
|
"doctrine/rst-parser": "^0.5",
|
|
"doctrine/skeleton-mapper": "^2.0",
|
|
"doctrine/static-website-generator": "^2.0",
|
|
"erusev/parsedown": "^1.7",
|
|
"knplabs/github-api": "^3.9",
|
|
"pelago/emogrifier": "^7.0",
|
|
"php-http/guzzle7-adapter": "^1.0",
|
|
"scrivo/highlight.php": "^9.18",
|
|
"sendgrid/sendgrid": "^8.0",
|
|
"stripe/stripe-php": "^10.4",
|
|
"symfony/config": "^6.3",
|
|
"symfony/cache": "^6.3",
|
|
"symfony/console": "^6.3",
|
|
"symfony/dependency-injection": "^6.3",
|
|
"symfony/filesystem": "^6.3",
|
|
"symfony/finder": "^6.3",
|
|
"symfony/process": "^6.3",
|
|
"symfony/yaml": "^6.3",
|
|
"twig/twig": "^3.7"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^12.0",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"nunomaduro/mock-final-classes": "^1.1",
|
|
"phpstan/phpstan": "^1.10",
|
|
"phpstan/phpstan-deprecation-rules": "^1.1",
|
|
"phpstan/phpstan-phpunit": "^1.2",
|
|
"phpstan/phpstan-strict-rules": "^1.4",
|
|
"phpunit/phpunit": "^10.3",
|
|
"symfony/css-selector": "^6.3",
|
|
"symfony/dom-crawler": "^6.3",
|
|
"symfony/error-handler": "^6.3",
|
|
"symfony/var-dumper": "^6.3"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"php-http/discovery": true
|
|
},
|
|
"platform": {
|
|
"php": "8.2.8"
|
|
},
|
|
"sort-packages": true
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Website\\": "lib/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Doctrine\\Website\\Tests\\": "tests/"
|
|
}
|
|
}
|
|
}
|