Skip to content

Commit

Permalink
chore: update package dependencies (#3)
Browse files Browse the repository at this point in the history
* chore: update package dependencies

* chore: update package dependencies
  • Loading branch information
bartek-ricorocks authored Apr 26, 2023
1 parent 8ca4a04 commit b7992a8
Show file tree
Hide file tree
Showing 2 changed files with 943 additions and 597 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"description": "A Laravel package that provides a driver based postal code lookup integration.",
"type": "library",
"require": {
"illuminate/support": "^8.33|^9.0"
"php": "^8.2",
"illuminate/support": "^10.0"
},
"require-dev": {
"orchestra/testbench": "^6.15|^7.0",
"orchestra/testbench": "^8.0",
"livewire/livewire": "^2.4",
"pestphp/pest-plugin-expectations": "^1.0",
"spatie/laravel-ray": "^1.17"
Expand Down Expand Up @@ -37,5 +38,6 @@
"GoingPostal": "RicorocksDigitalAgency\\GoingPostal\\Facades\\GoingPostal"
}
}
}
},
"minimum-stability": "stable"
}
Loading

0 comments on commit b7992a8

Please sign in to comment.