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 2f819c8
Show file tree
Hide file tree
Showing 2 changed files with 959 additions and 507 deletions.
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
}
],
"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 +84,6 @@
}
},
"autoload": {
"classmap": [
"database/seeds",
"database/factories"
],
"psr-4": {
"Ushahidi\\": "src/Ushahidi",
"App\\": "app/",
Expand Down
Loading

0 comments on commit 2f819c8

Please sign in to comment.