Skip to content

Commit c7de690

Browse files
committed
Fix PHP Version to at Least 8.0
1 parent ad1e1f6 commit c7de690

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

composer.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
"description": "Repository Pattern",
44
"type": "library",
55
"license": "MIT",
6-
"autoload": {
7-
"psr-4": {
8-
"Changiz\\DatabaseRepository\\": "src/"
9-
}
10-
},
116
"authors": [
127
{
138
"name": "Mohammad-Reza Sharifi",
149
"email": "[email protected]"
1510
}
1611
],
17-
"require": {}
12+
"require": {
13+
"php": "^8.0"
14+
},
15+
"autoload": {
16+
"psr-4": {
17+
"Changiz\\DatabaseRepository\\": "src/"
18+
}
19+
}
1820
}

0 commit comments

Comments
 (0)