File tree Expand file tree Collapse file tree 12 files changed +33
-30
lines changed Expand file tree Collapse file tree 12 files changed +33
-30
lines changed Original file line number Diff line number Diff line change 8
8
* / ___ \| |_) | |_| \__ \ __/| || __/| |_| | |_) |
9
9
* /_/ \_\_.__/ \__,_|___/\___|___|_| |____/|____/
10
10
*
11
- * This file is part of Kristuff\AbsuseIPDB .
11
+ * This file is part of Kristuff\AbuseIPDB .
12
12
*
13
- * (c) Kristuff <contact @kristuff.fr>
13
+ * (c) Kristuff <kristuff @kristuff.fr>
14
14
*
15
15
* For the full copyright and license information, please view the LICENSE
16
16
* file that was distributed with this source code.
17
17
*
18
- * @version 0.9.12
18
+ * @version 0.9.13
19
19
* @copyright 2020-2021 Kristuff
20
20
*/
21
21
Original file line number Diff line number Diff line change 7
7
"authors" : [
8
8
{
9
9
"name" : " Kristuff" ,
10
- "homepage" : " https://github.com/kristuff"
10
+ "homepage" : " https://github.com/kristuff" ,
11
+
12
+ "role" : " Developer"
11
13
}
12
14
],
13
15
"require" : {
14
16
"php" : " >=7.1" ,
15
17
"kristuff/mishell" : " ^1.5-stable" ,
16
- "kristuff/abuseipdb" : " 0.9.11 "
18
+ "kristuff/abuseipdb" : " ^ 0.9.12-stable "
17
19
},
18
20
"bin" : [
19
21
" bin/abuseipdb"
Original file line number Diff line number Diff line change 7
7
* / ___ \| |_) | |_| \__ \ __/| || __/| |_| | |_) |
8
8
* /_/ \_\_.__/ \__,_|___/\___|___|_| |____/|____/
9
9
*
10
- * This file is part of Kristuff\AbsuseIPDB .
10
+ * This file is part of Kristuff\AbuseIPDB .
11
11
*
12
- * (c) Kristuff <contact @kristuff.fr>
12
+ * (c) Kristuff <kristuff @kristuff.fr>
13
13
*
14
14
* For the full copyright and license information, please view the LICENSE
15
15
* file that was distributed with this source code.
16
16
*
17
- * @version 0.9.12
17
+ * @version 0.9.13
18
18
* @copyright 2020-2021 Kristuff
19
19
*/
20
20
namespace Kristuff \AbuseIPDB ;
@@ -42,7 +42,7 @@ abstract class AbstractClient extends ShellErrorHandler
42
42
/**
43
43
* @var string
44
44
*/
45
- const VERSION = 'v0.9.12 ' ;
45
+ const VERSION = 'v0.9.13 ' ;
46
46
47
47
/**
48
48
* @var QuietApiHandler
Original file line number Diff line number Diff line change 7
7
* / ___ \| |_) | |_| \__ \ __/| || __/| |_| | |_) |
8
8
* /_/ \_\_.__/ \__,_|___/\___|___|_| |____/|____/
9
9
*
10
- * This file is part of Kristuff\AbsuseIPDB .
10
+ * This file is part of Kristuff\AbuseIPDB .
11
11
*
12
- * (c) Kristuff <contact @kristuff.fr>
12
+ * (c) Kristuff <kristuff @kristuff.fr>
13
13
*
14
14
* For the full copyright and license information, please view the LICENSE
15
15
* file that was distributed with this source code.
16
16
*
17
- * @version 0.9.12
17
+ * @version 0.9.13
18
18
* @copyright 2020-2021 Kristuff
19
19
*/
20
20
namespace Kristuff \AbuseIPDB ;
@@ -487,6 +487,7 @@ protected static function getBlacklist(array $arguments): void
487
487
488
488
// response could be json on error, while plaintext flag is set
489
489
$ decodedResponse = $ response ->getObject ();
490
+
490
491
if (self ::hasErrors ($ decodedResponse , false )){
491
492
self ::printFooter ($ time );
492
493
Program::exit (1 );
Original file line number Diff line number Diff line change 7
7
* / ___ \| |_) | |_| \__ \ __/| || __/| |_| | |_) |
8
8
* /_/ \_\_.__/ \__,_|___/\___|___|_| |____/|____/
9
9
*
10
- * This file is part of Kristuff\AbsuseIPDB .
10
+ * This file is part of Kristuff\AbuseIPDB .
11
11
*
12
- * (c) Kristuff <contact @kristuff.fr>
12
+ * (c) Kristuff <kristuff @kristuff.fr>
13
13
*
14
14
* For the full copyright and license information, please view the LICENSE
15
15
* file that was distributed with this source code.
16
16
*
17
- * @version 0.9.12
17
+ * @version 0.9.13
18
18
* @copyright 2020-2021 Kristuff
19
19
*/
20
20
namespace Kristuff \AbuseIPDB ;
Original file line number Diff line number Diff line change 7
7
* / ___ \| |_) | |_| \__ \ __/| || __/| |_| | |_) |
8
8
* /_/ \_\_.__/ \__,_|___/\___|___|_| |____/|____/
9
9
*
10
- * This file is part of Kristuff\AbsuseIPDB .
10
+ * This file is part of Kristuff\AbuseIPDB .
11
11
*
12
- * (c) Kristuff <contact @kristuff.fr>
12
+ * (c) Kristuff <kristuff @kristuff.fr>
13
13
*
14
14
* For the full copyright and license information, please view the LICENSE
15
15
* file that was distributed with this source code.
16
16
*
17
- * @version 0.9.12
17
+ * @version 0.9.13
18
18
* @copyright 2020-2021 Kristuff
19
19
*/
20
20
namespace Kristuff \AbuseIPDB ;
Original file line number Diff line number Diff line change 7
7
* / ___ \| |_) | |_| \__ \ __/| || __/| |_| | |_) |
8
8
* /_/ \_\_.__/ \__,_|___/\___|___|_| |____/|____/
9
9
*
10
- * This file is part of Kristuff\AbsuseIPDB .
10
+ * This file is part of Kristuff\AbuseIPDB .
11
11
*
12
- * (c) Kristuff <contact @kristuff.fr>
12
+ * (c) Kristuff <kristuff @kristuff.fr>
13
13
*
14
14
* For the full copyright and license information, please view the LICENSE
15
15
* file that was distributed with this source code.
16
16
*
17
- * @version 0.9.12
17
+ * @version 0.9.13
18
18
* @copyright 2020-2021 Kristuff
19
19
*/
20
20
namespace Kristuff \AbuseIPDB ;
Original file line number Diff line number Diff line change 7
7
* / ___ \| |_) | |_| \__ \ __/| || __/| |_| | |_) |
8
8
* /_/ \_\_.__/ \__,_|___/\___|___|_| |____/|____/
9
9
*
10
- * This file is part of Kristuff\AbsuseIPDB .
10
+ * This file is part of Kristuff\AbuseIPDB .
11
11
*
12
- * (c) Kristuff <contact @kristuff.fr>
12
+ * (c) Kristuff <kristuff @kristuff.fr>
13
13
*
14
14
* For the full copyright and license information, please view the LICENSE
15
15
* file that was distributed with this source code.
16
16
*
17
- * @version 0.9.12
17
+ * @version 0.9.13
18
18
* @copyright 2020-2021 Kristuff
19
19
*/
20
20
namespace Kristuff \AbuseIPDB ;
You can’t perform that action at this time.
0 commit comments