Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}

- name: Update dependencies
run: npx @faustbrian/node-composer-check-updates --caret
run: npx @faustbrian/node-composer-check-updates --caret-minor

- name: Install dependencies
run: composer install --ignore-platform-reqs
Expand Down
46 changes: 23 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,54 +19,54 @@
],
"require": {
"php": "^8.0",
"calebporzio/sushi": "^2.1",
"danharrin/livewire-rate-limiting": "^0.3.0",
"ergebnis/phpstan-rules": "^0.15.3",
"fakerphp/faker": "^1.15",
"friendsofphp/php-cs-fixer": "^3.0",
"calebporzio/sushi": "^2.3",
"danharrin/livewire-rate-limiting": "^0.3",
"ergebnis/phpstan-rules": "^0.15",
"fakerphp/faker": "^1.16",
"friendsofphp/php-cs-fixer": "^3.1",
"google/recaptcha": "^1.2",
"graham-campbell/analyzer": "^3.0",
"guzzlehttp/guzzle": "^7.3",
"illuminate/bus": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/http": "^8.0",
"illuminate/mail": "^8.0",
"illuminate/support": "^8.0",
"illuminate/view": "^8.0",
"illuminate/bus": "^8.62",
"illuminate/contracts": "^8.62",
"illuminate/http": "^8.62",
"illuminate/mail": "^8.62",
"illuminate/support": "^8.62",
"illuminate/view": "^8.62",
"jasonmccreary/laravel-test-assertions": "^2.0",
"jenssegers/agent": "^2.6",
"johnkary/phpunit-speedtrap": "^4.0",
"laravel/fortify": "^1.8",
"league/commonmark": "^2.0",
"livewire/livewire": "^2.6",
"mockery/mockery": "^1.4",
"nunomaduro/collision": "^5.5",
"nunomaduro/collision": "^5.10",
"nunomaduro/larastan": "^0.7",
"nunomaduro/laravel-mojito": "^0.2",
"orchestra/testbench": "^6.9",
"pestphp/pest": "^1.11",
"orchestra/testbench": "^6.21",
"pestphp/pest": "^1.20",
"pestphp/pest-plugin-faker": "^1.0",
"pestphp/pest-plugin-laravel": "^1.1",
"pestphp/pest-plugin-livewire": "^1.0",
"pestphp/pest-plugin-parallel": "^0.3.1",
"pestphp/pest-plugin-parallel": "^0.3",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^0.12.6",
"phpstan/phpstan-strict-rules": "^0.12.10",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^9.5",
"pragmarx/google2fa-laravel": "^1.3",
"rector/rector": "^0.11.38",
"pragmarx/google2fa-laravel": "^2.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major

Copy link
Contributor Author

@faustbrian faustbrian Oct 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The major release seems to be just bug fixes and QRCode 3.0 compatibility.

"rector/rector": "^0.11",
"ruafozy/mersenne-twister": "^1.3",
"spatie/laravel-flash": "^1.7",
"spatie/laravel-flash": "^1.8",
"spatie/laravel-honeypot": "^4.0",
"spatie/laravel-medialibrary": "^9.7",
"spatie/laravel-newsletter": "^4.10",
"spatie/laravel-package-tools": "^1.9",
"spatie/laravel-personal-data-export": "^3.0",
"spatie/laravel-schemaless-attributes": "^1.8",
"spatie/laravel-schemaless-attributes": "^2.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The major release seems to be just bug fixes and PHP 8.0 compatibility.

"spatie/pest-plugin-snapshots": "^1.1",
"spatie/regex": "^2.0",
"spatie/yaml-front-matter": "^2.0",
"teamtnt/laravel-scout-tntsearch-driver": "^11.0",
"teamtnt/laravel-scout-tntsearch-driver": "^11.5",
"unicorn-fail/emoji": "1.0.x-dev"
},
"autoload": {
Expand Down Expand Up @@ -107,4 +107,4 @@
"config": {
"sort-packages": true
}
}
}
Loading