Skip to content

Commit

Permalink
Supports Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Jan 15, 2024
1 parent e8feafc commit a0b2079
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.0

* Supports Symfony 7

## 1.0.1

* Improve CI
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
],
"require": {
"psr/simple-cache": "^3.0",
"symfony/cache": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/http-kernel": "^6.0"
"symfony/cache": "^6.0 || ^7.0",
"symfony/dependency-injection": "^6.0 || ^7.0",
"symfony/http-kernel": "^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"symfony/config": "^6.0",
"symfony/config": "^6.0 || ^7.0",
"phpstan/phpstan": "^1.10",
"vimeo/psalm": "^5.15",
"psalm/plugin-phpunit": "^0.18.4",
"symfony/phpunit-bridge": "^6.0"
"symfony/phpunit-bridge": "^6.0 || ^7.0"
}
}

0 comments on commit a0b2079

Please sign in to comment.