Skip to content

Commit

Permalink
Use correct flare client dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed May 2, 2024
1 parent 13d3abe commit 9038569
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@
],
"homepage": "https://flareapp.io/ignition",
"license": "MIT",
"repositories" : [{"type" : "path", "url": "../flare-client-php"}],
"require": {
"php": "^8.1",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"illuminate/support": "^10.0|^11.0",
"spatie/flare-client-php": "dev-main as 1.4.4",
"spatie/flare-client-php": "^1.5",
"spatie/ignition": "^1.14",
"symfony/console": "^6.2.3|^7.0",
"symfony/var-dumper": "^6.2.3|^7.0"
Expand Down

0 comments on commit 9038569

Please sign in to comment.