Skip to content

Commit 316a4ca

Browse files
committed
Bump composer.json
1 parent b87b85c commit 316a4ca

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
2727
}
2828
],
2929
"require": {
30-
"php": ">=7.3",
31-
"symfony/dependency-injection": "^4.0 || ^5.0",
32-
"symfony/http-kernel": "^4.0 || ^5.0",
33-
"symfony/config": "~4|~5",
34-
"symfony/framework-bundle": "^4.0 || ^5.0",
35-
"symfony/filesystem": "^4.0 || ^5.0",
36-
"symfony/routing": "^4.0 || ^5.0",
37-
"symfony/http-foundation": "^4.0 || ^5.0",
38-
"symfony/event-dispatcher": "^4.0 || ^5.0",
39-
"symfony/property-access": "^4.0 || ^5.0",
40-
"symfony/expression-language": "^4.0 || ^5.0",
41-
"symfony/serializer": "^4.0 || ^5.0",
42-
"illuminate/support": "^5.0 || ^6.0 || ^7.0"
30+
"php": ">=7.3 || ^8.0",
31+
"symfony/dependency-injection": "^4.4 || ^5.0",
32+
"symfony/http-kernel": "^4.4 || ^5.0",
33+
"symfony/config": "^4.4 || ^5.0",
34+
"symfony/framework-bundle": "^4.4 || ^5.0",
35+
"symfony/filesystem": "^4.4 || ^5.0",
36+
"symfony/routing": "^4.4 || ^5.0",
37+
"symfony/http-foundation": "^4.4 || ^5.0",
38+
"symfony/event-dispatcher": "^4.4 || ^5.0",
39+
"symfony/property-access": "^4.4 || ^5.0",
40+
"symfony/expression-language": "^4.4 || ^5.0",
41+
"symfony/serializer": "^4.4 || ^5.0",
42+
"illuminate/collections": "^5.0 || ^6.0 || ^7.0 || ^8.0"
4343
},
4444
"require-dev": {
45-
"proklung/wordpress-test-build": "^1.0"
45+
"proklung/wordpress-test-build": "^1.2"
4646
}
4747
}

0 commit comments

Comments
 (0)