Skip to content

Commit 0e8bf1b

Browse files
committed
added version requirement for php-proxy
1 parent 1e0bb67 commit 0e8bf1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"keywords": ["php proxy application", "php proxy web", "proxy script", "php web proxy", "web proxy"],
77
"homepage": "https://www.php-proxy.com/",
88
"require": {
9-
"athlon1600/php-proxy": "dev-master",
9+
"athlon1600/php-proxy": "^5.0.1",
1010
"athlon1600/php-proxy-plugin-bundle": "dev-master"
1111
},
1212
"scripts": {
1313
"post-create-project-cmd": [
1414
"php -f setup.txt"
1515
]
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)