summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 5e0bc3b..000d1ac 100644
--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,13 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
- "sort-packages": true
+ "sort-packages": true,
+ "platform": {
+ "php": "7.3.99"
+ },
+ "allow-plugins": {
+ "composer/package-versions-deprecated": true
+ }
},
"extra": {
},
@@ -42,6 +48,7 @@
"LaminasTest\\Server\\": "test/"
},
"files": [
+ "test/Reflection/TestAsset/functions.php",
"test/TestAsset/reflectionTestFunction.php"
]
},