feat(dep): update dependencies

This commit is contained in:
Simon Vieille 2023-01-08 19:06:38 +01:00
parent 9bd1ff142b
commit d0eb452847
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 17 additions and 2 deletions

View file

@ -7,14 +7,15 @@
"prefer-stable": true, "prefer-stable": true,
"require": { "require": {
"php": ">=8.0.0", "php": ">=8.0.0",
"murph/murph-core": "^1.17" "murph/murph-core": "dev-feature/tests",
"symfony/flex": "^2.2"
}, },
"require-dev": { "require-dev": {
"symfony/browser-kit": "^5.4", "symfony/browser-kit": "^5.4",
"symfony/css-selector": "^5.4", "symfony/css-selector": "^5.4",
"symfony/debug-bundle": "^5.4", "symfony/debug-bundle": "^5.4",
"symfony/maker-bundle": "^1.0", "symfony/maker-bundle": "^1.0",
"symfony/phpunit-bridge": "^5.4", "symfony/phpunit-bridge": "^6.2",
"symfony/stopwatch": "^5.4", "symfony/stopwatch": "^5.4",
"symfony/var-dumper": "^5.4", "symfony/var-dumper": "^5.4",
"symfony/web-profiler-bundle": "^5.4" "symfony/web-profiler-bundle": "^5.4"

View file

@ -193,6 +193,20 @@
"phpdocumentor/type-resolver": { "phpdocumentor/type-resolver": {
"version": "1.4.0" "version": "1.4.0"
}, },
"phpunit/phpunit": {
"version": "9.5",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "9.3",
"ref": "a6249a6c4392e9169b87abf93225f7f9f59025e6"
},
"files": [
".env.test",
"phpunit.xml.dist",
"tests/bootstrap.php"
]
},
"psr/cache": { "psr/cache": {
"version": "1.0.1" "version": "1.0.1"
}, },