File tree 4 files changed +14
-11
lines changed
4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 18
18
matrix :
19
19
php-version :
20
20
- " 8.0"
21
- - " 8.1 "
21
+ - " 8.2 "
22
22
dependencies :
23
23
- " highest"
24
24
stability :
31
31
# Tests the highest set of dependencies
32
32
- dependencies : " highest"
33
33
stability : " dev"
34
- php-version : " 8.1 "
34
+ php-version : " 8.2 "
35
35
36
36
steps :
37
37
- name : " Checkout"
Original file line number Diff line number Diff line change 1
1
/composer.lock
2
2
/vendor /
3
3
/.idea
4
+ /.devenv
4
5
.phpunit.cache
5
6
.php-cs-fixer.cache
6
7
.phpunit.result.cache
7
- coverage.xml
8
+ coverage.xml
9
+ .result
10
+ flake.lock
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ class PostController
67
67
### Validations
68
68
- Response header
69
69
```
70
- Content-Type: application/problem+ json; charset=utf-8
70
+ Content-Type: application/json; charset=utf-8
71
71
```
72
72
- Response body
73
73
``` json
Original file line number Diff line number Diff line change 19
19
"license" : " MIT" ,
20
20
"require" : {
21
21
"php" : " ^8.0" ,
22
- "symfony/http-kernel" : " ^6.2 | ^7.0" ,
23
- "symfony/http-foundation" : " ^6.2 |^7.0" ,
24
- "symfony/serializer" : " ^6.2 |^7.0" ,
25
- "symfony/validator" : " ^6.2 |^7.0" ,
26
- "symfony/dependency-injection" : " ^6.2 |^7.0" ,
27
- "symfony/property-access" : " ^6.2 |^7.0"
22
+ "symfony/http-kernel" : " ^6.2| ^7.0" ,
23
+ "symfony/http-foundation" : " ^6.2|^7.0" ,
24
+ "symfony/serializer" : " ^6.2|^7.0" ,
25
+ "symfony/validator" : " ^6.2|^7.0" ,
26
+ "symfony/dependency-injection" : " ^6.2|^7.0" ,
27
+ "symfony/property-access" : " ^6.2|^7.0"
28
28
},
29
29
"require-dev" : {
30
30
"phpunit/phpunit" : " ^10.0" ,
31
- "symfony/framework-bundle" : " ^6.2 | ^7.0" ,
31
+ "symfony/framework-bundle" : " ^6.2| ^7.0" ,
32
32
"friendsofphp/php-cs-fixer" : " ^3.5" ,
33
33
"phpstan/phpstan" : " ^1.9"
34
34
},
You can’t perform that action at this time.
0 commit comments