Skip to content

Commit 117ed8c

Browse files
authored
Bump dependencies (#434)
1 parent 3796f0c commit 117ed8c

File tree

3 files changed

+464
-190
lines changed

3 files changed

+464
-190
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php: [ "7.2", "7.4" ]
17+
php: [ "7.3", "7.4" ]
1818
composer-version: [ "1" ]
1919
coverage: [ "none" ]
2020
publish-phar: [ false ]

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"minimum-stability": "dev",
2121
"prefer-stable": true,
2222
"require": {
23-
"php": "^7.2",
23+
"php": "^7.3",
2424
"composer/package-versions-deprecated": "^1.8",
2525
"jetbrains/phpstorm-stubs": "dev-master",
2626
"nikic/php-parser": "^4.0",
@@ -61,7 +61,7 @@
6161
"bin-dir": "bin",
6262
"sort-packages": true,
6363
"platform": {
64-
"php": "7.2.0"
64+
"php": "7.3.0"
6565
}
6666
},
6767
"extra": {

0 commit comments

Comments
 (0)