Skip to content

Commit d072e3a

Browse files
authored
[5.x] Bump lowest composer constraints (#13037)
1 parent c1f3f33 commit d072e3a

File tree

3 files changed

+721
-344
lines changed

3 files changed

+721
-344
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"composer/semver": "^3.4",
1515
"guzzlehttp/guzzle": "^6.3 || ^7.0",
1616
"james-heinrich/getid3": "^1.9.21",
17-
"laravel/framework": "^10.40 || ^11.34 || ^12.0",
17+
"laravel/framework": "^10.48.29 || ^11.44.1 || ^12.1.1",
1818
"laravel/prompts": "^0.1.16 || ^0.2.0 || ^0.3.0",
1919
"league/commonmark": "^2.2",
2020
"league/csv": "^9.0",
@@ -24,7 +24,7 @@
2424
"nesbot/carbon": "^2.62.1 || ^3.0",
2525
"pixelfear/composer-dist-plugin": "^0.1.4",
2626
"rebing/graphql-laravel": "^9.8",
27-
"rhukster/dom-sanitizer": "^1.0.6",
27+
"rhukster/dom-sanitizer": "^1.0.7",
2828
"spatie/blink": "^1.3",
2929
"spatie/error-solutions": "^1.0 || ^2.0",
3030
"statamic/stringy": "^3.1.2",
@@ -34,7 +34,9 @@
3434
"symfony/yaml": "^6.0 || ^7.0",
3535
"ueberdosis/tiptap-php": "^1.4",
3636
"voku/portable-ascii": "^2.0.2",
37-
"wilderborn/partyline": "^1.0"
37+
"wilderborn/partyline": "^1.0",
38+
"symfony/http-foundation": "^6.4.29 || ^7.3.7",
39+
"symfony/process": "^6.4.14 || ^7.1.7"
3840
},
3941
"require-dev": {
4042
"doctrine/dbal": "^3.6",

0 commit comments

Comments
 (0)