Skip to content

Commit

Permalink
πŸ’š Fix Tests + PHPstan
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahNxT committed Sep 3, 2024
1 parent d486be7 commit c6426a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"homepage": "https://github.com/noahnxt/laravel-open-holidays-api",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"authors": [
{
"name": "Noah Gillard",
Expand All @@ -18,8 +18,9 @@
],
"require": {
"php": "^8.2",
"spatie/laravel-package-tools": "^1.16",
"illuminate/contracts": "^10.0||^11.0"
"illuminate/contracts": "^10.0||^11.0",
"saloonphp/saloon": "^3.0",
"spatie/laravel-package-tools": "^1.16"
},
"require-dev": {
"laravel/pint": "^1.14",
Expand Down

0 comments on commit c6426a8

Please sign in to comment.