File tree 4 files changed +199
-274
lines changed
4 files changed +199
-274
lines changed Original file line number Diff line number Diff line change 1
1
# ChaosMonkeySymfonyBundle
2
2
3
3
[ ![ 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 )
5
5
[ ![ 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 )
6
6
[ ![ 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 )
7
7
![ GitHub] ( https://img.shields.io/github/license/chaos-php/chaos-monkey-symfony-bundle )
Original file line number Diff line number Diff line change 24
24
"require-dev" : {
25
25
"friendsofphp/php-cs-fixer" : " ^3.58" ,
26
26
"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 "
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : {
You can’t perform that action at this time.
0 commit comments