add: composer

* add phpstan library and require extensions
This commit is contained in:
Ryan Prather 2025-01-21 14:46:35 -05:00
parent b990ea55cb
commit e376dadb4b

View File

@ -102,8 +102,12 @@
} }
}, },
"require-dev": { "require-dev": {
"ext-dom": "*",
"ext-simplexml": "*",
"ext-xml": "*",
"doctrine/doctrine-fixtures-bundle": "^4.0", "doctrine/doctrine-fixtures-bundle": "^4.0",
"fakerphp/faker": "^1.24", "fakerphp/faker": "^1.24",
"phpstan/phpstan": "^2.1",
"phpunit/phpunit": "^9.5", "phpunit/phpunit": "^9.5",
"symfony/browser-kit": "7.2.*", "symfony/browser-kit": "7.2.*",
"symfony/css-selector": "7.2.*", "symfony/css-selector": "7.2.*",