Skip to content

Commit

Permalink
downgrade to php 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danilin-em committed Apr 11, 2024
1 parent c33c263 commit b1577ca
Show file tree
Hide file tree
Showing 14 changed files with 293 additions and 451 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
],
"homepage": "https://github.com/danilin-em/test-memcached-lib",
"require": {
"php": "^7.0",
"php": "^5.6",
"ext-mbstring": "*"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^6.5"
"phpunit/phpunit": "^5.7"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit b1577ca

Please sign in to comment.