Browse Source

verions of php decresed to 7.1

tags/1.0
Paul Rock 6 years ago
parent
commit
dffbf074a2
  1. 4
      composer.json

4
composer.json

@ -26,10 +26,10 @@
}
],
"require": {
"php": "^7.0",
"php": "^7.1",
"ext-sockets": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
"phpunit/phpunit": "^7.0"
}
}
Loading…
Cancel
Save