Skip to content

Commit e79070b

Browse files
authored
Merge pull request #16 from pmclain/feature/php73
- Adding php7.3 support to composer.json
2 parents 6fb9eb3 + 547ef22 commit e79070b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"AFL-3.0"
99
],
1010
"require": {
11-
"php": "~7.1.3|~7.2.0",
11+
"php": "~7.1.3||~7.2.0||~7.3.0",
1212
"composer/composer": "^1.6",
1313
"symfony/console": "~4.0.0 || ~4.1.0"
1414
},

0 commit comments

Comments
 (0)