Skip to content

Commit

Permalink
Merge pull request #59 from kiwilan/develop
Browse files Browse the repository at this point in the history
Hotfix for Laravel < 11
  • Loading branch information
ewilan-riviere authored Mar 16, 2024
2 parents 6a134c4 + 3289f8a commit 3e96de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kiwilan/typescriptable-laravel",
"description": "PHP package for Laravel to type Eloquent models, routes, Spatie Settings with autogenerated TypeScript. If you want to use some helpers with Inertia, you can install associated NPM package.",
"version": "1.12.02",
"version": "1.12.03",
"keywords": [
"kiwilan",
"laravel",
Expand All @@ -26,13 +26,13 @@
],
"require": {
"php": "^8.1",
"doctrine/dbal": "^3.5",
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0",
"illuminate/database": "^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
"spatie/laravel-package-tools": "^1.16.3"
},
"require-dev": {
"doctrine/dbal": "^3.5",
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.6.0 || ^8.0",
"larastan/larastan": "^2.8.0",
Expand Down

0 comments on commit 3e96de6

Please sign in to comment.