Skip to content

Commit 8aa137f

Browse files
authored
Merge pull request #43 from nguyenanhung/develop
Release 2.0.2.1
2 parents 7edde2a + a106285 commit 8aa137f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"markrogoyski/ipv4-subnet-calculator": "^3.1",
3131
"mlocati/ip-lib": "^1.14",
3232
"nguyenanhung/nusoap": "^0.9.5",
33-
"nguyenanhung/my-debug": "^2.0",
34-
"ext-apache": "*"
33+
"nguyenanhung/my-debug": "^2.0"
3534
},
3635
"require-dev": {
3736
"kint-php/kint": "^3.0"

src/ProjectInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
interface ProjectInterface
2020
{
21-
const VERSION = '2.0.2';
21+
const VERSION = '2.0.2.1';
2222
const LAST_MODIFIED = '2021-03-18';
2323
const MIN_PHP_VERSION = '5.3';
2424
const GET = 'GET';

0 commit comments

Comments
 (0)