Skip to content

Commit

Permalink
composer.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPunyapal committed Apr 2, 2023
1 parent 3d44301 commit 425797e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": ">=8.1",
"php": "^8.1",
"spatie/laravel-package-tools": "^1.14.0",
"illuminate/contracts": "^10.0"
},
Expand All @@ -33,8 +33,7 @@
},
"autoload": {
"psr-4": {
"Mrpunyapal\\LaravelExtendedRelationships\\": "src/",
"Mrpunyapal\\LaravelExtendedRelationships\\Database\\Factories\\": "database/factories/"
"Mrpunyapal\\LaravelExtendedRelationships\\": "src/"
}
},
"autoload-dev": {
Expand All @@ -56,6 +55,6 @@
"phpstan/extension-installer": true
}
},
"minimum-stability": "stable",
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 425797e

Please sign in to comment.