Skip to content

Commit

Permalink
Merge pull request #5 from nutgram/symfony-7
Browse files Browse the repository at this point in the history
Support for symfony 7
  • Loading branch information
sergix44 authored Dec 2, 2023
2 parents 52152a5 + 40666b2 commit 127c5e5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"license": "MIT",
"require": {
"php": "^8.2",
"nutgram/nutgram": "^4.0.2",
"symfony/cache": "^6.0",
"symfony/config": "^6.0",
"symfony/http-kernel": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/console": "^6.0"
"nutgram/nutgram": "^4.12.1",
"symfony/cache": "^6.0|^7.0",
"symfony/config": "^6.0|^7.0",
"symfony/http-kernel": "^6.0|^7.0",
"symfony/dependency-injection": "^6.0|^7.0",
"symfony/console": "^6.0|^7.0"
},
"require-dev": {
"symfony/framework-bundle": "^6.0",
"symfony/yaml": "^6.0",
"symfony/framework-bundle": "^6.0|^7.0",
"symfony/yaml": "^6.0|^7.0",
"pestphp/pest": "^2.6"
},
"autoload": {
Expand Down

0 comments on commit 127c5e5

Please sign in to comment.