Skip to content

Commit bbffc89

Browse files
committed
update: support symfony 6.0
1 parent bf577e3 commit bbffc89

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
- 7.2
1414
- 7.3
1515
- 7.4
16+
- 8.0
1617
prefer-lowest: [false]
1718
experimental: [false]
1819
include:
19-
- php: 8.0
20+
- php: 8.1
2021
prefer-lowest: false
2122
experimental: true
2223
services:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"topthink/framework": "^6.0.6",
2121
"topthink/think-orm": "^2.0.30",
2222
"zxin/phinx-schema": "^1.0.1",
23-
"zxin/think-symfony-bridge": "^1.0"
23+
"zxin/think-symfony-bridge": "^1.0|^2.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^8|^9",
27-
"symfony/var-dumper": "^5.0|^4.0"
27+
"symfony/var-dumper": "^5.0|^6.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)