Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into fix-null-returned
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenith-Kim-Light authored Sep 16, 2020
2 parents a906466 + 4b76b22 commit 6bbc0c9
Show file tree
Hide file tree
Showing 29 changed files with 238 additions and 8,265 deletions.
13 changes: 7 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Vendor
vendor
/vendor
/composer.lock

# PHPUnit
.phpunit
.phpunit.result.cache
phpunit.xml
/.phpunit
/.phpunit.result.cache
/phpunit.xml

# IDE
.idea
.vscode
/.idea
/.vscode
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.PHONY: test
test:
./vendor/bin/phpunit -c ./phpunit.xml.dist
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,22 @@
"clue/block-react": "^1.3",
"google/protobuf": "^3.7",
"illuminate/support": "^5.8",
"ircmaxell/random-lib": "^1.2",
"jms/serializer-bundle": "^2.4|^3.3",
"mhujer/jms-serializer-uuid": "^1.0|^3.1",
"psr/event-dispatcher": "^0.6|^1.0",
"rakit/validation": "^1.1",
"react/promise-timer": "^1.5",
"react/socket": "^1.2",
"react/stream": "^1.1",
"symfony/console": "^3.4|^4.2",
"symfony/event-dispatcher": "^3.4|^4.2",
"symfony/framework-bundle": "^3.4|^4.2",
"symfony/yaml": "^3.4|^4.2"
"symfony/console": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/framework-bundle": "^4.4",
"symfony/yaml": "^4.4"
},
"require-dev": {
"phpstan/phpstan": "^0.11.2",
"phpstan/phpstan-symfony": "^0.11.1",
"symfony/phpunit-bridge": "^3.4|^4.2",
"symfony/phpunit-bridge": "^4.4",
"symplify/easy-coding-standard": "^5.4",
"phpunit/phpunit": "^8.0"
},
Expand Down
Loading

0 comments on commit 6bbc0c9

Please sign in to comment.