Skip to content

Commit

Permalink
Merge a1ccec8 into f6bfbf3
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-i committed Jun 10, 2021
2 parents f6bfbf3 + a1ccec8 commit f4916a7
Show file tree
Hide file tree
Showing 19 changed files with 1,748 additions and 969 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"ext-ffi": "*",
"ext-pcntl": "*",
"ext-filter": "*",
Expand All @@ -29,12 +29,12 @@
"require-dev": {
"ext-posix": "*",
"phpunit/phpunit": "^9.0",
"vimeo/psalm": "^3.11",
"squizlabs/php_codesniffer": "*",
"vimeo/psalm": "^4.7",
"squizlabs/php_codesniffer": "^3.6",
"mockery/mockery": "^1.3",
"psalm/plugin-mockery": "^0.3.0",
"jetbrains/phpstorm-stubs": "dev-master",
"twinh/php-coveralls": "^2.3"
"php-coveralls/php-coveralls": "^2.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit f4916a7

Please sign in to comment.