Skip to content

Commit 547ef22

Browse files
committed
Add php7.3 to composer.json
Tested on: pmclain/composer@756739b02c38:/var/www/html# php -v PHP 7.3.0 (cli) (built: Dec 10 2018 13:50:58) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.0-dev, Copyright (c) 1998-2018 Zend Technologies with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v10.3.1, Copyright (c) 2002-2018, by ionCube Ltd. with Xdebug v2.7.0beta1, Copyright (c) 2002-2018, by Derick Rethans pmclain/composer@756739b02c38:/var/www/html# vendor/bin/phpunit PHPUnit 7.0.3 by Sebastian Bergmann and contributors. ........ 8 / 8 (100%) Time: 331 ms, Memory: 6.00MB OK (8 tests, 18 assertions)
1 parent 6fb9eb3 commit 547ef22

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)