Skip to content

Commit 425797e

Browse files
committed
composer.json updated
1 parent 3d44301 commit 425797e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=8.1",
22+
"php": "^8.1",
2323
"spatie/laravel-package-tools": "^1.14.0",
2424
"illuminate/contracts": "^10.0"
2525
},
@@ -33,8 +33,7 @@
3333
},
3434
"autoload": {
3535
"psr-4": {
36-
"Mrpunyapal\\LaravelExtendedRelationships\\": "src/",
37-
"Mrpunyapal\\LaravelExtendedRelationships\\Database\\Factories\\": "database/factories/"
36+
"Mrpunyapal\\LaravelExtendedRelationships\\": "src/"
3837
}
3938
},
4039
"autoload-dev": {
@@ -56,6 +55,6 @@
5655
"phpstan/extension-installer": true
5756
}
5857
},
59-
"minimum-stability": "stable",
58+
"minimum-stability": "dev",
6059
"prefer-stable": true
6160
}

0 commit comments

Comments
 (0)