mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
Set minimum php version to 5.3
This commit is contained in:
parent
46c122d6c1
commit
b1e265cd57
1 changed files with 4 additions and 1 deletions
|
|
@ -9,6 +9,9 @@
|
|||
"email": "icewind@owncloud.com"
|
||||
}
|
||||
],
|
||||
"require" : {
|
||||
"php": ">=5.3"
|
||||
},
|
||||
"autoload" : {
|
||||
"psr-4": {
|
||||
"Icewind\\SMB\\": "src/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue