Skip to content

Commit 06cecff

Browse files
authored
Merge pull request #1 from ioflair/dev-upgrade
feat: update packages
2 parents 0b9254f + a345576 commit 06cecff

1 file changed

Lines changed: 49 additions & 48 deletions

File tree

composer.json

Lines changed: 49 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,54 @@
11
{
2-
"name": "ioflair/php-proxy",
3-
"description": "Proxy library that forwards requests to the desired url and returns the response.",
4-
"keywords": [
5-
"proxy"
6-
],
7-
"homepage": "https://github.com/ioflair/php-proxy",
8-
"license": "MIT",
9-
"authors": [
10-
{
11-
"name": "Peter Nyari",
12-
"email": "peter.nyari@ioflair.com",
13-
"homepage": "https://ioflair.com"
14-
},
15-
{
16-
"name": "Jens Segers",
17-
"homepage": "https://jenssegers.com"
18-
},
19-
{
20-
"name": "Ota Mares",
21-
"email": "o.mares@rebuy.de",
22-
"homepage": "http://www.rebuy.de"
23-
}
24-
],
25-
"require": {
26-
"php": "^7.3|^8.0",
27-
"guzzlehttp/guzzle": "^7.0.1",
28-
"laminas/laminas-diactoros": "^2.0",
29-
"relay/relay": "~2.0",
30-
"laminas/laminas-httphandlerrunner": "^1.1"
2+
"name": "ioflair/php-proxy",
3+
"description": "Proxy library that forwards requests to the desired url and returns the response.",
4+
"keywords": [
5+
"proxy"
6+
],
7+
"homepage": "https://github.com/ioflair/php-proxy",
8+
"license": "MIT",
9+
"authors": [
10+
{
11+
"name": "Peter Nyari",
12+
"email": "peter.nyari@ioflair.com",
13+
"homepage": "https://ioflair.com"
3114
},
32-
"require-dev": {
33-
"phpunit/phpunit": "^9.3",
34-
"php-coveralls/php-coveralls": "^2.0",
35-
"mockery/mockery": "^1.4.2"
15+
{
16+
"name": "Jens Segers",
17+
"homepage": "https://jenssegers.com"
3618
},
37-
"replace": {
38-
"jenssegers/proxy": ">=0.0.0"
39-
},
40-
"autoload": {
41-
"psr-4": {
42-
"Proxy\\": "src"
43-
}
44-
},
45-
"autoload-dev": {
46-
"psr-4": {
47-
"Proxy\\": "tests"
48-
}
49-
},
50-
"scripts": {
51-
"test": "vendor/bin/phpunit"
19+
{
20+
"name": "Ota Mares",
21+
"email": "o.mares@rebuy.de",
22+
"homepage": "http://www.rebuy.de"
23+
}
24+
],
25+
"require": {
26+
"php": "^7.3|^8.0",
27+
"guzzlehttp/guzzle": "^7.7.0",
28+
"laminas/laminas-diactoros": "^3.1.0",
29+
"relay/relay": "~2.1.2",
30+
"laminas/laminas-httphandlerrunner": "^2.7.0",
31+
"laravel/helpers": "^1.6"
32+
},
33+
"require-dev": {
34+
"phpunit/phpunit": "^9.3",
35+
"php-coveralls/php-coveralls": "^2.0",
36+
"mockery/mockery": "^1.4.2"
37+
},
38+
"replace": {
39+
"jenssegers/proxy": ">=0.0.0"
40+
},
41+
"autoload": {
42+
"psr-4": {
43+
"Proxy\\": "src"
44+
}
45+
},
46+
"autoload-dev": {
47+
"psr-4": {
48+
"Proxy\\": "tests"
5249
}
50+
},
51+
"scripts": {
52+
"test": "vendor/bin/phpunit"
53+
}
5354
}

0 commit comments

Comments
 (0)