We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24900e commit a21d8ecCopy full SHA for a21d8ec
compatibility.php
@@ -0,0 +1,4 @@
1
+<?php
2
+// PHP 7
3
+defined('T_SPACESHIP') ||define('T_SPACESHIP', '<=>'); // 289
4
+defined('T_COALESCE') ||define('T_COALESCE', '??'); // 282
composer.json
@@ -26,7 +26,8 @@
26
"autoload": {
27
"psr-0": {
28
"Hal\\": "./src/"
29
- }
+ },
30
+ "files": ["./compatibility.php"]
31
},
32
"require": {
33
"php": ">=5.4",
0 commit comments