File tree 6 files changed +16
-5736
lines changed
6 files changed +16
-5736
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
ci :
10
-
11
10
strategy :
12
11
matrix :
13
12
php-version :
14
13
- " 8.1"
15
14
- " 8.2"
16
15
- " 8.3"
16
+ dependencies :
17
+ - " lowest"
18
+ - " highest"
17
19
18
20
runs-on : ubuntu-latest
19
21
24
26
uses : " shivammathur/setup-php@v2"
25
27
with :
26
28
php-version : " ${{ matrix.php-version }}"
29
+ dependency-versions : " ${{ matrix.dependencies }}"
27
30
ini-values : memory_limit=-1
28
31
29
32
- name : " Install composer dependencies"
Original file line number Diff line number Diff line change 8
8
/coverage
9
9
/clover.xml
10
10
/var
11
+ /composer.lock
Original file line number Diff line number Diff line change 1
1
# ChaosMonkeySymfonyBundle
2
2
3
3
[ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%5E8.1-8892BF.svg )] ( https://php.net/ )
4
- ![ Symfony Versions Supported] ( https://img.shields.io/badge/symfony-%5E6.4-green )
4
+ ![ Symfony Versions Supported] ( https://img.shields.io/badge/symfony-%5E6.4%20%7C%7C%20%5E7.0 -green )
5
5
[ ![ Packagist Version] ( https://img.shields.io/packagist/v/chaos-php/chaos-monkey-symfony-bundle )] ( https://packagist.org/packages/chaos-php/chaos-monkey-symfony-bundle )
6
6
[ ![ ci] ( https://github.com/chaos-php/chaos-monkey-symfony-bundle/actions/workflows/ci.yml/badge.svg?branch=master )] ( https://github.com/chaos-php/chaos-monkey-symfony-bundle/actions/workflows/ci.yml )
7
7
![ GitHub] ( https://img.shields.io/github/license/chaos-php/chaos-monkey-symfony-bundle )
Original file line number Diff line number Diff line change 19
19
],
20
20
"require" : {
21
21
"php" : " ^8.1" ,
22
- "chaos-php/chaos-monkey" : " ^1.1"
22
+ "chaos-php/chaos-monkey" : " ^1.1.1 "
23
23
},
24
24
"require-dev" : {
25
25
"friendsofphp/php-cs-fixer" : " ^3.58" ,
26
- "phpunit/phpunit" : " ^10.5" ,
27
- "symfony/browser-kit" : " ^6.4" ,
28
- "symfony/framework-bundle" : " ^6.4" ,
29
- "symfony/http-kernel" : " ^6.4" ,
30
- "symfony/stopwatch" : " ^6.4" ,
31
26
"phpstan/phpstan" : " ^1.11" ,
32
27
"phpstan/phpstan-symfony" : " ^1.4" ,
33
- "symfony/runtime" : " ^6.4"
28
+ "phpunit/phpunit" : " ^10.5" ,
29
+ "symfony/browser-kit" : " ^6.4 || ^7.0" ,
30
+ "symfony/framework-bundle" : " ^6.4 || ^7.0" ,
31
+ "symfony/http-kernel" : " ^6.4 || ^7.0" ,
32
+ "symfony/runtime" : " ^6.4 || ^7.0" ,
33
+ "symfony/stopwatch" : " ^6.4 || ^7.0"
34
34
},
35
35
"autoload" : {
36
36
"psr-4" : {
64
64
]
65
65
},
66
66
"config" : {
67
- "platform" : {
68
- "php" : " 8.1"
69
- },
70
67
"allow-plugins" : {
71
68
"symfony/runtime" : true
72
- }
69
+ },
70
+ "sort-packages" : true
73
71
}
74
72
}
You can’t perform that action at this time.
0 commit comments