Skip to content

Commit

Permalink
feat: update composer.json to enable agent for symfony 5.4 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasalexandre9 committed Feb 28, 2023
1 parent 709091c commit 008668c
Show file tree
Hide file tree
Showing 2 changed files with 575 additions and 473 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -7,17 +7,17 @@
"require": {
"php": ">=8.0",
"asm89/stack-cors": "^2.1",
"doctrine/orm": "^2.12",
"doctrine/orm": "^2.10",
"forestadmin/agent-php": "^1.0.0-beta",
"symfony/framework-bundle": "^6.0",
"symfony/console": "^6.0"
"symfony/framework-bundle": "^5.4",
"symfony/console": "^5.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-mock": "^1.0",
"phpspec/prophecy-phpunit": "^2.0",
"symfony/var-dumper": "^6.0"
"symfony/var-dumper": "^5.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 008668c

Please sign in to comment.