Skip to content

Commit

Permalink
Merge pull request #160 from ARCANEDEV/patch-1
Browse files Browse the repository at this point in the history
Updating the package
  • Loading branch information
arcanedev-maroc authored Feb 26, 2021
2 parents 6b15276 + 198a24d commit 4bdc321
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 2

- name: Cache dependencies
uses: actions/cache@v2
Expand All @@ -42,5 +44,5 @@ jobs:
- name: Scrutinizer CI
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
composer require scrutinizer/ocular --dev
vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 | ARCANEDEV <[email protected]> - Localization
Copyright (c) ARCANEDEV <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
},
"require-dev": {
"ext-intl": "*",
"laravel/framework": "^8.19",
"mockery/mockery": "^1.4.2",
"orchestra/testbench": "^6.4",
"orchestra/testbench-core": "^6.4",
"phpunit/phpunit": "^9.3.3"
},
"autoload": {
Expand All @@ -36,8 +37,9 @@
}
},
"scripts": {
"test": "phpunit",
"coverage": "phpunit --coverage-html build/coverage/html"
"test": "phpunit --colors=always",
"test:dox": "phpunit --testdox --colors=always",
"test:cov": "phpunit --coverage-html coverage"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 4bdc321

Please sign in to comment.