Fix PECL publish and windows CI (#85)

This commit is contained in:
Dengke Tang
2023-03-01 14:56:36 -08:00
committed by GitHub
parent 56009e8c03
commit 442f3850bd
20 changed files with 396 additions and 244 deletions
+3 -3
View File
@@ -11,7 +11,7 @@
}
],
"config": {
"platform": {"php": "5.6"}
"platform": {"php": "7.4"}
},
"minimum-stability": "alpha",
"require": {
@@ -26,9 +26,9 @@
]
},
"scripts": {
"test": "./run_tests",
"test": "./dev-scripts/run_tests",
"test-extension": "@test",
"test-win": "run_tests"
"test-win": ".\\dev-scripts\\run_tests.bat"
},
"license": "Apache-2.0"
}