+2
−23
bin/php-compat-build.sh
0 → 100755
+3
−0
bin/php-compat-run.sh
0 → 100755
+33
−0
+4
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -16,6 +16,10 @@ | ||
"phpcompatibility/php-compatibility": "*",
|
||
"phan/phan": "^1.2"
|
||
},
|
||
"bin": [
|
||
"bin/php-compat-build.sh",
|
||
"bin/php-compat-run.sh"
|
||
],
|
||
"scripts": {
|
||
},
|
||
"autoload": {
|
||
+12
−29
Loading