Skip to content

Commit

Permalink
update: support symfony 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX committed Aug 8, 2022
1 parent bf577e3 commit bbffc89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
- 7.2
- 7.3
- 7.4
- 8.0
prefer-lowest: [false]
experimental: [false]
include:
- php: 8.0
- php: 8.1
prefer-lowest: false
experimental: true
services:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"topthink/framework": "^6.0.6",
"topthink/think-orm": "^2.0.30",
"zxin/phinx-schema": "^1.0.1",
"zxin/think-symfony-bridge": "^1.0"
"zxin/think-symfony-bridge": "^1.0|^2.0"
},
"require-dev": {
"phpunit/phpunit": "^8|^9",
"symfony/var-dumper": "^5.0|^4.0"
"symfony/var-dumper": "^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bbffc89

Please sign in to comment.