Skip to content

Commit 6f5a603

Browse files
committed
composer update
1 parent f00a0f2 commit 6f5a603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vxsoft/laravel-repository",
33
"description": "Laravel Repository is a powerful Laravel package designed to simplify the interaction with Eloquent models by implementing a repository-based architecture. It separates the data persistence logic from the application's business logic, promoting a clean, maintainable, and testable codebase.",
44
"type": "library",
5-
"version": "v1.0.3",
5+
"version": "v1.0.4",
66
"license": "MIT",
77
"keywords": [
88
"laravel",
@@ -24,6 +24,6 @@
2424
"php": "^7.4|^8.0",
2525
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
2626
"spatie/laravel-package-tools": "^1.16",
27-
"illuminate/contracts": "^10.0||^11.0"
27+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0"
2828
}
2929
}

0 commit comments

Comments
 (0)