We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d2721 commit 068a23dCopy full SHA for 068a23d
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "cristal/php-api-wrapper",
+ "name": "fallenknight85/custom-php-api-wrapper",
3
"description": "Work with APIs like with Laravel Eloquent or Doctrine (no longer a dream)",
4
"type": "package",
5
"authors": [
@@ -9,7 +9,7 @@
9
}
10
],
11
"require" : {
12
- "php-curl-class/php-curl-class": "^8.3 || ^9.0",
+ "php-curl-class/php-curl-class": "^9.0",
13
"psr/cache": "^1.0 || ^2.0 || ^3.0"
14
},
15
"suggest": {
0 commit comments