Skip to content

Commit dd48082

Browse files
authored
Merge pull request #61 from nguyenanhung/v3.x
Update v3.x
2 parents d3b1164 + 3439b36 commit dd48082

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"nguyenanhung/ip-helper": "^2.0 || ^1.0"
3232
},
3333
"require-dev": {
34-
"kint-php/kint": "^3.3"
34+
"kint-php/kint": "^5 || ^4 || ^3 || ^2 || ^1"
3535
},
3636
"suggest": {
3737
"ext-curl": "Needed to support cURL",

src/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 = '3.0.7.1';
22-
const LAST_MODIFIED = '2023-01-14';
21+
const VERSION = '3.0.8';
22+
const LAST_MODIFIED = '2023-02-14';
2323
const MIN_PHP_VERSION = '7.0';
2424
const GET = 'GET';
2525
const HEAD = 'HEAD';

0 commit comments

Comments
 (0)