We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf577e3 commit bbffc89Copy full SHA for bbffc89
.github/workflows/ci.yml
@@ -13,10 +13,11 @@ jobs:
13
- 7.2
14
- 7.3
15
- 7.4
16
+ - 8.0
17
prefer-lowest: [false]
18
experimental: [false]
19
include:
- - php: 8.0
20
+ - php: 8.1
21
prefer-lowest: false
22
experimental: true
23
services:
composer.json
@@ -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"
24
},
25
"require-dev": {
26
"phpunit/phpunit": "^8|^9",
27
- "symfony/var-dumper": "^5.0|^4.0"
+ "symfony/var-dumper": "^5.0|^6.0"
28
29
"autoload": {
30
"psr-4": {
0 commit comments