Skip to content

Commit

Permalink
Update package version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fshafiee committed Feb 20, 2021
1 parent 23aa452 commit 8ebb971
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fshafiee/laravel-once",
"description": "Task rollup for Laravel",
"version": "1.0.3",
"version": "1.1.0",
"type": "library",
"license": "MIT",
"homepage": "https://github.com/fshafiee/laravel-once",
Expand All @@ -27,7 +27,7 @@
"scripts": {
"cs": "vendor/bin/phpcs --extensions=php --report=full -nps",
"cbf": "vendor/bin/phpcbf",
"stan": "vendor/bin/phpstan analyse --level 4 src",
"stan": "php -d memory_limit=256M vendor/bin/phpstan analyse --level 4 src",
"test": "vendor/bin/phpunit tests"
},
"minimum-stability": "stable",
Expand Down
92 changes: 46 additions & 46 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ebb971

Please sign in to comment.