Skip to content

Commit

Permalink
Merge pull request #24 from SoftCreatR/update
Browse files Browse the repository at this point in the history
Several updates
  • Loading branch information
TorstenDittmann authored Feb 24, 2023
2 parents 8ecc74f + 6f70e3e commit f389716
Show file tree
Hide file tree
Showing 12 changed files with 1,930 additions and 99 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
composer.lock
.phpunit.result.cache
/vendor/
/.idea/
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dist: focal

language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1

notifications:
email:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
}
},
"require": {
"php": ">=7.1",
"php": ">=8.0",
"ext-sockets": "*"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^9"
},
"minimum-stability": "stable"
}
Loading

0 comments on commit f389716

Please sign in to comment.