Skip to content

Commit

Permalink
chore: update example to Symfony 6.4 and add extra event (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferror authored Jan 28, 2024
1 parent 6138d50 commit 51dfdd0
Show file tree
Hide file tree
Showing 4 changed files with 380 additions and 329 deletions.
17 changes: 6 additions & 11 deletions example/composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"type": "project",
"license": "proprietary",
"minimum-stability": "stable",
"minimum-stability": "dev",
"require": {
"php": ">=8.2",
"ferror/asyncapi-doc-bundle": "dev-master",
"symfony/console": "6.3.*",
"symfony/console": "6.4.*",
"symfony/flex": "^2",
"symfony/framework-bundle": "6.3.*",
"symfony/runtime": "6.3.*",
"symfony/yaml": "6.3.*"
"symfony/framework-bundle": "6.4.*",
"symfony/runtime": "6.4.*",
"symfony/yaml": "6.4.*"
},
"config": {
"allow-plugins": {
Expand All @@ -24,11 +24,6 @@
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"repositories": {
"ferror/asyncapi-doc-bundle": {
"type": "path",
Expand All @@ -50,7 +45,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.3.*"
"require": "6.4.*"
}
}
}
Loading

0 comments on commit 51dfdd0

Please sign in to comment.