File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 73
73
with :
74
74
timeout_minutes : 5
75
75
max_attempts : 5
76
- command : composer require ramsey/collection:^1.2 brick/math:^0.9.3 symfony/css-selector:^6.0 --no-interaction --no-update
76
+ command : composer require brick/math:^0.9.3 symfony/css-selector:^6.0 --no-interaction --no-update
77
77
if : matrix.php >= 8.1
78
78
79
79
- name : Set Minimum PHP 8.2 Versions
@@ -150,7 +150,7 @@ jobs:
150
150
with :
151
151
timeout_minutes : 5
152
152
max_attempts : 5
153
- command : composer require ramsey/collection:~1.2 brick/math:~0.9.3 symfony/css-selector:~6.0 --no-interaction --no-update
153
+ command : composer require brick/math:~0.9.3 symfony/css-selector:~6.0 --no-interaction --no-update
154
154
if : matrix.php >= 8.1
155
155
156
156
- name : Set Minimum PHP 8.2 Versions
Original file line number Diff line number Diff line change 31
31
"psr/container" : " ^1.1.1|^2.0.1" ,
32
32
"psr/log" : " ^1.0|^2.0|^3.0" ,
33
33
"psr/simple-cache" : " ^1.0|^2.0|^3.0" ,
34
- "ramsey/uuid" : " ^4.2.2 " ,
34
+ "ramsey/uuid" : " ^4.7 " ,
35
35
"symfony/console" : " ^6.0.9" ,
36
36
"symfony/error-handler" : " ^6.0" ,
37
37
"symfony/finder" : " ^6.0" ,
Original file line number Diff line number Diff line change 25
25
"illuminate/pipeline" : " ^9.0" ,
26
26
"illuminate/support" : " ^9.0" ,
27
27
"laravel/serializable-closure" : " ^1.2.2" ,
28
- "ramsey/uuid" : " ^4.2.2 " ,
28
+ "ramsey/uuid" : " ^4.7 " ,
29
29
"symfony/process" : " ^6.0"
30
30
},
31
31
"autoload" : {
Original file line number Diff line number Diff line change 44
44
"suggest" : {
45
45
"illuminate/filesystem" : " Required to use the composer class (^9.0)." ,
46
46
"league/commonmark" : " Required to use Str::markdown() and Stringable::markdown() (^2.0.2)." ,
47
- "ramsey/uuid" : " Required to use Str::uuid() (^4.2.2 )." ,
47
+ "ramsey/uuid" : " Required to use Str::uuid() (^4.7 )." ,
48
48
"symfony/process" : " Required to use the composer class (^6.0)." ,
49
49
"symfony/uid" : " Required to use Str::ulid() (^6.0)." ,
50
50
"symfony/var-dumper" : " Required to use the dd function (^6.0)." ,
You can’t perform that action at this time.
0 commit comments