We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1e1f6 commit c7de690Copy full SHA for c7de690
composer.json
@@ -3,16 +3,18 @@
3
"description": "Repository Pattern",
4
"type": "library",
5
"license": "MIT",
6
- "autoload": {
7
- "psr-4": {
8
- "Changiz\\DatabaseRepository\\": "src/"
9
- }
10
- },
11
"authors": [
12
{
13
"name": "Mohammad-Reza Sharifi",
14
"email": "[email protected]"
15
}
16
],
17
- "require": {}
+ "require": {
+ "php": "^8.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "Changiz\\DatabaseRepository\\": "src/"
18
+ }
19
20
0 commit comments