Skip to content

Commit

Permalink
symfony yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlawrence committed Apr 29, 2021
1 parent 3891e14 commit 5c5e2c0
Show file tree
Hide file tree
Showing 2 changed files with 963 additions and 556 deletions.
27 changes: 13 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
{
"name": "dylanlawrence/zohocrm",
"description": "Zoho CRM API SDK for PHP",
"type": "SDK",
"type": "library",
"homepage": "https://github.com/zoho/zcrm-php-sdk",
"authors": [
{
"name": "Zoho CRM API Team",
"email":"support@zohocrm.com",
"homepage": "https://www.zoho.com/crm/help/customer-support.html",
"role": "Developer"
}
],
"require": {
"php": ">=5.6",
"symfony/yaml": "^3.4.0",
"ext-curl": "*"
"symfony/yaml": "4.*",
"ext-curl": "^7.4",
"php": "^7.4"
},
"require-dev": {
"phpunit/phpunit": ">=6.0"
"phpunit/phpunit": "10.0.x-dev"
},
"authors": [
{
"name": "Dylan Lawrence",
"email": "dylan@visualidentitygroup.com"
}
],
"autoload": {
"psr-4": {
"ZCRM\\": "src/"
Expand All @@ -28,5 +26,6 @@
"psr-4": {
"ZCRM\\Tests\\": "tests/"
}
}
},
"minimum-stability": "stable"
}

0 comments on commit 5c5e2c0

Please sign in to comment.