Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Nov 14, 2024
1 parent 18e5eff commit 87bcdff
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^8.1",
"barryvdh/laravel-dompdf": "^2.0.1",
"elegantly/laravel-money": "dev-main",
"elegantly/laravel-money": "^2.1.0",
"illuminate/contracts": "^10.0|^11.0",
"spatie/laravel-package-tools": "^1.14"
},
Expand Down Expand Up @@ -95,11 +95,5 @@
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "path",
"url": "/Users/quentingabriele/dev/laravel-money"
}
]
"prefer-stable": true
}

0 comments on commit 87bcdff

Please sign in to comment.