Skip to content

Commit

Permalink
Merge pull request #186 from fleetbase/dev-v0.3.8
Browse files Browse the repository at this point in the history
v0.3.8
  • Loading branch information
roncodes committed Jan 24, 2024
2 parents 7477088 + aab4e9f commit 5535067
Show file tree
Hide file tree
Showing 97 changed files with 9,500 additions and 1,822 deletions.
6 changes: 5 additions & 1 deletion .s3deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ routes:
headers:
Cache-Control: "max-age=600, no-transform, public"
gzip: false
- route: "^.+\\.(html|xml|json)$"
- route: "^.+\\.(xml|json)$"
headers:
Cache-Control: "max-age=600, no-transform, public"
gzip: true
- route: "^.+\\.(html)$"
headers:
Cache-Control: "public, max-age=0, must-revalidate"
gzip: true
6 changes: 3 additions & 3 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"fleetbase/core-api": "^1.3.10",
"fleetbase/fleetops-api": "^0.4.0",
"fleetbase/storefront-api": "^0.2.7",
"fleetbase/core-api": "^1.3.12",
"fleetbase/fleetops-api": "^0.4.1",
"fleetbase/storefront-api": "^0.2.8",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.75",
Expand Down
114 changes: 57 additions & 57 deletions api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5535067

Please sign in to comment.