Skip to content

Commit

Permalink
Merge pull request #269 from wayofdev/feat/updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp authored Mar 4, 2024
2 parents e7e4014 + 163ed9b commit b3161e7
Show file tree
Hide file tree
Showing 5 changed files with 369 additions and 323 deletions.
15 changes: 15 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/.build export-ignore
/.github export-ignore
/tests export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.php-cs-fixer.dist.php export-ignore
.pre-commit-config.yaml export-ignore
.yamllint.yaml export-ignore
Makefile export-ignore
package.json export-ignore
phpstan.neon.dist export-ignore
phpstan-baseline.neon export-ignore
phpunit.xml.dist export-ignore
renovate.json export-ignore
2 changes: 2 additions & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ rules:
require-starting-space: true
min-spaces-from-content: 1

line-length: disable

yaml-files:
- "*.yaml"
- "*.yml"
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
],
"require": {
"php": "^8.2",
"cycle/database": "^2.7",
"cycle/orm": "^2.6",
"laravel/framework": "^v10.43",
"stripe/stripe-php": "^13.10",
"wayofdev/laravel-webhook-client": "^1.2"
"cycle/database": "^2.8",
"cycle/orm": "^2.7",
"laravel/framework": "^v10.46",
"stripe/stripe-php": "^13.13",
"wayofdev/laravel-webhook-client": "^1.3"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.42",
"nunomaduro/larastan": "^2.8",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^8.21",
"pestphp/pest": "^2.33",
"pestphp/pest-plugin-laravel": "^2.2",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-laravel": "^2.3",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
Expand Down
Loading

0 comments on commit b3161e7

Please sign in to comment.