Skip to content

Commit

Permalink
fix composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Feb 7, 2024
1 parent b3ca76a commit 6ee2b39
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
],
"require": {
"php": "^8.0",
"fleetbase/core-api": "dev-dev-v1.4.0",
"fleetbase/fleetops-api": "dev-dev-v0.4.5",
"fleetbase/core-api": "^1.4.0",
"fleetbase/fleetops-api": "^0.4.5",
"geocoder-php/google-maps-places-provider": "^1.4",
"laravel-notification-channels/apn": "^5.0",
"laravel-notification-channels/fcm": "^4.1",
Expand All @@ -40,16 +40,6 @@
"phpstan/phpstan": "^1.10.38",
"symfony/var-dumper": "^5.4.29"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/fleetbase/core-api"
},
{
"type": "vcs",
"url": "https://github.com/fleetbase/fleetops"
}
],
"autoload": {
"psr-4": {
"Fleetbase\\Storefront\\": "server/src/"
Expand Down

0 comments on commit 6ee2b39

Please sign in to comment.