Skip to content

Commit

Permalink
add support for Symfony 6.4 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas authored Jun 1, 2024
1 parent fbb4d25 commit e491af5
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 274 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ChaosMonkeySymfonyBundle

[![Minimum PHP Version](https://img.shields.io/badge/php-%5E8.1-8892BF.svg)](https://php.net/)
![Symfony Versions Supported](https://img.shields.io/endpoint?url=https%3A%2F%2Fshields.mrgoodbytes.dev%2Fshield%2Fsymfony%2F%255E5.2&logoColor=FFF&style=flat)
![Symfony Versions Supported](https://img.shields.io/endpoint?url=https%3A%2F%2Fshields.mrgoodbytes.dev%2Fshield%2Fsymfony%2F%255E6.4&logoColor=FFF&style=flat)
[![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)
[![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)
![GitHub](https://img.shields.io/github/license/chaos-php/chaos-monkey-symfony-bundle)
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.58",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "^5.2",
"symfony/framework-bundle": "^5.2",
"symfony/http-kernel": "^5.2",
"symfony/stopwatch": "^5.2"
"symfony/browser-kit": "^6.4",
"symfony/framework-bundle": "^6.4",
"symfony/http-kernel": "^6.4",
"symfony/stopwatch": "^6.4"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit e491af5

Please sign in to comment.