Skip to content

Commit f98d8d6

Browse files
committed
Release version 2.0.0
1 parent 01b9894 commit f98d8d6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
"require": {
2222
"ext-curl": "*",
2323
"ext-json": "*",
24-
"paragonie/random_compat": "^2.0.17",
25-
"paragonie/sodium_compat": "^1.6.6",
26-
"ircmaxell/password-compat": "^1.0.4",
27-
"symfony/http-foundation": "3.4.36",
28-
"php-curl-class/php-curl-class": "^8.3",
29-
"react/promise": "^2.7.0",
24+
"paragonie/random_compat": "^2.0",
25+
"paragonie/sodium_compat": "^1.13",
26+
"ircmaxell/password-compat": "^1.0",
27+
"symfony/http-foundation": "^4.4",
28+
"php-curl-class/php-curl-class": "^8.8",
29+
"react/promise": "^2.8",
3030
"guzzlehttp/guzzle": "^6.5",
3131
"markrogoyski/ipv4-subnet-calculator": "^2.1",
32-
"mlocati/ip-lib": "^1.6",
32+
"mlocati/ip-lib": "^1.12",
3333
"nguyenanhung/nusoap": "^0.9.5",
34-
"nguyenanhung/my-debug": "^1.0"
34+
"nguyenanhung/my-debug": "^2.0"
3535
},
3636
"require-dev": {
3737
"kint-php/kint": "^3.0"

src/Interfaces/ProjectInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*/
1919
interface ProjectInterface
2020
{
21-
const VERSION = '1.0.14';
22-
const LAST_MODIFIED = '2020-08-08';
21+
const VERSION = '2.0.0';
22+
const LAST_MODIFIED = '2020-10-02';
2323
const MIN_PHP_VERSION = '5.3';
2424
const GET = 'GET';
2525
const HEAD = 'HEAD';

0 commit comments

Comments
 (0)