Skip to content

Commit

Permalink
Merge pull request #40 from tipoff/huntermontell/feature/bump-package…
Browse files Browse the repository at this point in the history
…-dependencies
  • Loading branch information
joshtorres authored May 6, 2021
2 parents 0735501 + 6e7a2fc commit 748bf9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Run PHP CS Fixer
uses: docker://oskarstark/php-cs-fixer-ga
uses: docker://oskarstark/php-cs-fixer-ga:2.18.6
with:
args: --config=.php_cs.dist --allow-risky=yes

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"require": {
"php": "^7.4|^8.0",
"google/apiclient": "^2.7",
"schulzefelix/laravel-search-console": "^1.7",
"schulzefelix/laravel-search-console": "^1.7.1",
"skagarwal/google-places-api": "^1.7",
"spatie/data-transfer-object": "^2.8",
"spatie/valuestore": "^1.2",
"spatie/valuestore": "^1.2.5",
"tipoff/authorization": "^2.8.6",
"tipoff/support": "^2.1.4"
"tipoff/support": "^2.1.5"
},
"require-dev": {
"tipoff/test-support": "^2.0.0"
"tipoff/test-support": "^2.0.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 748bf9e

Please sign in to comment.