Skip to content

Commit

Permalink
fix: fix dependency psr/simple-cache on installation (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthv authored Mar 10, 2022
1 parent ae72936 commit 3d55fb2
Show file tree
Hide file tree
Showing 2 changed files with 350 additions and 316 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
"doctrine/dbal": "^3.1",
"ext-json": "*",
"firebase/php-jwt": "^6.0",
"galbar/jsonpath": "^2.0",
"guzzlehttp/guzzle": "^7.4",
"league/fractal": "^0.20",
"league/oauth2-client": "^2.6",
"maatwebsite/excel": "^3.1",
"galbar/jsonpath": "^2.0",
"psr/simple-cache": "^1.0",
"ramsey/uuid": "^4.2"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 3d55fb2

Please sign in to comment.