Drop support for PHP 7.0 (#880)

This commit is contained in:
Zach Borboa
2024-08-17 09:15:46 -04:00
committed by GitHub
parent 1d05ac3511
commit 63bddcd230
18 changed files with 8 additions and 148 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ use Curl\Curl;
class Test
{
const TEST_URL = 'http://127.0.0.1:8000/';
const ERROR_URL = 'http://1.2.3.4/';
public const TEST_URL = 'http://127.0.0.1:8000/';
public const ERROR_URL = 'http://1.2.3.4/';
public $message;