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.
2 parents 7edde2a + a106285 commit 8aa137fCopy full SHA for 8aa137f
composer.json
@@ -30,8 +30,7 @@
30
"markrogoyski/ipv4-subnet-calculator": "^3.1",
31
"mlocati/ip-lib": "^1.14",
32
"nguyenanhung/nusoap": "^0.9.5",
33
- "nguyenanhung/my-debug": "^2.0",
34
- "ext-apache": "*"
+ "nguyenanhung/my-debug": "^2.0"
35
},
36
"require-dev": {
37
"kint-php/kint": "^3.0"
src/ProjectInterface.php
@@ -18,7 +18,7 @@
18
*/
19
interface ProjectInterface
20
{
21
- const VERSION = '2.0.2';
+ const VERSION = '2.0.2.1';
22
const LAST_MODIFIED = '2021-03-18';
23
const MIN_PHP_VERSION = '5.3';
24
const GET = 'GET';
0 commit comments