PHP 8.0 Support (#163)

* PHP v8 Support

* move namshi/cuzzle to octoper/cuzzle

* build expose binary
This commit is contained in:
Vaggelis Yfantis
2021-01-08 22:29:14 +02:00
committed by GitHub
parent f6d04777e1
commit 06c1758916
4 changed files with 21 additions and 7914 deletions

Binary file not shown.

View File

@@ -16,35 +16,35 @@
} }
], ],
"require": { "require": {
"php": "^7.3.0", "php": "^7.3.0 || ^8.0",
"ext-json": "*" "ext-json": "*"
}, },
"require-dev": { "require-dev": {
"cboden/ratchet": "^0.4.2", "cboden/ratchet": "^0.4.3",
"clue/block-react": "^1.3", "clue/block-react": "^1.4",
"clue/buzz-react": "^2.7", "clue/buzz-react": "^2.7",
"clue/reactphp-sqlite": "dev-modular-worker-for-phar-support", "clue/reactphp-sqlite": "dev-modular-worker-for-phar-support",
"guzzlehttp/guzzle": "^6.5", "guzzlehttp/guzzle": "^7.2",
"guzzlehttp/psr7": "dev-master as 1.6.1", "guzzlehttp/psr7": "^1.7",
"illuminate/http": "5.8.* || ^6.0 || ^7.0", "illuminate/http": "5.8.* || ^6.0 || ^7.0 || ^8.0",
"illuminate/pipeline": "^7.6", "illuminate/pipeline": "^7.6 || ^8.0",
"illuminate/validation": "^7.7", "illuminate/validation": "^7.7 || ^8.0",
"laminas/laminas-http": "^2.11", "laminas/laminas-http": "^2.13",
"laravel-zero/framework": "^7.0", "laravel-zero/framework": "^8.2",
"mockery/mockery": "^1.3", "mockery/mockery": "^1.4.2",
"namshi/cuzzle": "^2.0", "octoper/cuzzle": "^3.0",
"nikic/php-parser": "^4.4", "nikic/php-parser": "^v4.10",
"nyholm/psr7": "^1.2", "nyholm/psr7": "^1.3",
"phpunit/phpunit": "^8.5", "phpunit/phpunit": "^9.4.3",
"ratchet/pawl": "^0.3.4", "ratchet/pawl": "^0.3.5",
"react/http": "^0.8.6", "react/http": "^1.1.0",
"react/socket": "^1.6", "react/socket": "^1.6",
"react/stream": "^1.1.1", "react/stream": "^1.1.1",
"riverline/multipart-parser": "^2.0", "riverline/multipart-parser": "^2.0",
"symfony/expression-language": "^5.0", "symfony/expression-language": "^5.2",
"symfony/http-kernel": "^4.0 || ^5.0", "symfony/http-kernel": "^4.0 || ^5.2",
"symfony/psr-http-message-bridge": "^2.0", "symfony/psr-http-message-bridge": "^2.0",
"twig/twig": "^3.0" "twig/twig": "^3.1"
}, },
"config": { "config": {
"optimize-autoloader": true, "optimize-autoloader": true,

7893
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -26,7 +26,7 @@ return [
| |
*/ */
'version' => '1.3.0', 'version' => '1.4.2',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------