Skip to content

Commit 7a2c581

Browse files
authored
Merge pull request #6 from kbond/feat/sf7
feat: support Symfony 7
2 parents 0a44e65 + ba8164a commit 7a2c581

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# zenstruck/dsn
22

3-
[![CI Status](https://github.com/zenstruck/dsn/workflows/CI/badge.svg)](https://github.com/zenstruck/dsn/actions?query=workflow%3ACI)
3+
[![CI](https://github.com/zenstruck/dsn/actions/workflows/ci.yml/badge.svg)](https://github.com/zenstruck/dsn/actions/workflows/ci.yml)
44
[![codecov](https://codecov.io/gh/zenstruck/dsn/branch/1.x/graph/badge.svg?token=uXk5xgPh7I)](https://codecov.io/gh/zenstruck/dsn)
55

66
DSN parsing library with support for complex expressions:

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"require-dev": {
1919
"phpstan/phpstan": "^1.4",
2020
"phpunit/phpunit": "^9.5.0",
21-
"symfony/cache": "^5.4|^6.0",
22-
"symfony/framework-bundle": "^5.4|^6.0",
23-
"symfony/phpunit-bridge": "^6.0",
24-
"symfony/var-dumper": "^5.4|^6.0"
21+
"symfony/cache": "^5.4|^6.0|^7.0",
22+
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
23+
"symfony/phpunit-bridge": "^6.0|^7.0",
24+
"symfony/var-dumper": "^5.4|^6.0|^7.0"
2525
},
2626
"config": {
2727
"preferred-install": "dist",

0 commit comments

Comments
 (0)