Skip to content

Commit

Permalink
V2 dev (#5)
Browse files Browse the repository at this point in the history
* GitHub release badge

* PSR-12

* composer update

* phpdocs
  • Loading branch information
mixisLv authored Dec 6, 2019
1 parent d042fbe commit 43e9896
Show file tree
Hide file tree
Showing 290 changed files with 43,695 additions and 24,136 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ composer.lock
vendor/
.idea
config.php
/docs/data/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ script:
# - php vendor/bin/phpunit --colors
- echo "Running PHP CodeSniffer"
- php vendor/bin/phpcs --config-set ignore_warnings_on_exit 1
- php vendor/bin/phpcs --standard=PSR2 -w --colors src
- php vendor/bin/phpcs --standard=PSR12 -w --colors src
- echo "Running PHP Mess Detector"
- php vendor/bin/phpmd src text phpmd.xml

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"ext-json": "*"
},
"require-dev": {
"phpmd/phpmd": "^2.6",
"squizlabs/php_codesniffer": "^3.3",
"phpunit/phpunit": "7.5.*",
"phpunit/php-code-coverage": "^6.1",
"php-coveralls/php-coveralls": "^2.0"
"phpmd/phpmd": "^2.7",
"squizlabs/php_codesniffer": "^3.5",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/php-code-coverage": "^7.0",
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down
178 changes: 0 additions & 178 deletions docs/404.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/_config.yml

This file was deleted.

Loading

0 comments on commit 43e9896

Please sign in to comment.