Skip to content

Commit

Permalink
Move cookie support to a separate repository
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Jun 10, 2019
1 parent ae4d3b3 commit f86352e
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 1,112 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"require": {
"php": ">=7.1",
"amphp/amp": "^2",
"amphp/byte-stream": "^1.1.6",
"amphp/http": "^1.1",
"amphp/byte-stream": "^1.6",
"amphp/http": "dev-master as 1.2",
"amphp/socket": "dev-master as 1.0",
"amphp/file": "^0.2 || ^0.3",
"kelunik/certificate": "^1.1",
Expand All @@ -37,7 +37,7 @@
"amphp/php-cs-fixer-config": "dev-master",
"phpunit/phpunit": "^7 || ^8",
"friendsofphp/php-cs-fixer": "^2.3",
"amphp/http-server": "dev-socket-and-http-client-updates as 1.1.0"
"amphp/http-server": "v2.x-dev"
},
"autoload": {
"psr-4": {
Expand Down
155 changes: 0 additions & 155 deletions lib/Cookie/ArrayCookieJar.php

This file was deleted.

Loading

0 comments on commit f86352e

Please sign in to comment.