Skip to content

Commit e491af5

Browse files
authored
add support for Symfony 6.4 (#9)
1 parent fbb4d25 commit e491af5

File tree

4 files changed

+199
-274
lines changed

4 files changed

+199
-274
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ChaosMonkeySymfonyBundle
22

33
[![Minimum PHP Version](https://img.shields.io/badge/php-%5E8.1-8892BF.svg)](https://php.net/)
4-
![Symfony Versions Supported](https://img.shields.io/endpoint?url=https%3A%2F%2Fshields.mrgoodbytes.dev%2Fshield%2Fsymfony%2F%255E5.2&logoColor=FFF&style=flat)
4+
![Symfony Versions Supported](https://img.shields.io/endpoint?url=https%3A%2F%2Fshields.mrgoodbytes.dev%2Fshield%2Fsymfony%2F%255E6.4&logoColor=FFF&style=flat)
55
[![Latest Stable Version](https://poser.pugx.org/chaos-php/chaos-monkey-symfony-bundle/v/stable?format=flat)](https://packagist.org/packages/chaos-php/chaos-monkey-symfony-bundle)
66
[![build](https://github.com/chaos-php/chaos-monkey-symfony-bundle/actions/workflows/ci.yml/badge.svg)](https://github.com/chaos-php/chaos-monkey/actions/workflows/build.yml)
77
![GitHub](https://img.shields.io/github/license/chaos-php/chaos-monkey-symfony-bundle)

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"require-dev": {
2525
"friendsofphp/php-cs-fixer": "^3.58",
2626
"phpunit/phpunit": "^9.5",
27-
"symfony/browser-kit": "^5.2",
28-
"symfony/framework-bundle": "^5.2",
29-
"symfony/http-kernel": "^5.2",
30-
"symfony/stopwatch": "^5.2"
27+
"symfony/browser-kit": "^6.4",
28+
"symfony/framework-bundle": "^6.4",
29+
"symfony/http-kernel": "^6.4",
30+
"symfony/stopwatch": "^6.4"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)