Skip to content

Commit

Permalink
chore: composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
webong committed Mar 1, 2023
1 parent db52c17 commit 20098c4
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 141 deletions.
14 changes: 7 additions & 7 deletions composer.json
Expand Up @@ -5,21 +5,25 @@
"type": "project",
"license": "AGPL-3.0",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ushahidi/ohanzee-db"
},
{
"type": "vcs",
"url": "https://github.com/ushahidi/laravel-ckan-api"
}
],
"require": {
"php": "^7.3|^8.0",
"php": "^7.3||^8.0",
"abraham/twitteroauth": "^0.5.3",
"africastalking/africastalking": "^3.0",
"asm89/stack-cors": "2.0",
"asm89/stack-cors": "^2.1",
"doctrine/cache": "^1.6.2",
"doctrine/dbal": "^2.0",
"fideloper/proxy": "~4.0",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "~7.0.1",
"guzzlehttp/guzzle": "^6.5|^7.0.1",
"intercom/intercom-php": "^4.4",
"ircmaxell/password-compat": "^1.0.4",
"laravel/framework": "^8.0",
Expand Down Expand Up @@ -84,10 +88,6 @@
}
},
"autoload": {
"classmap": [
"database/seeds",
"database/factories"
],
"psr-4": {
"Ushahidi\\": "src/Ushahidi",
"App\\": "app/",
Expand Down

0 comments on commit 20098c4

Please sign in to comment.