Skip to content

Commit

Permalink
Code styling, dependencies, funding and PHPStan.
Browse files Browse the repository at this point in the history
  • Loading branch information
MSnoeren committed Nov 7, 2024
1 parent 86dfd3e commit ac1f359
Show file tree
Hide file tree
Showing 11 changed files with 1,485 additions and 992 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
custom: ['https://useplink.com/payment/WS4WRCfCULr1tFHkVklT2/']
custom: ['https://bunq.me/SnoerenDevelopment']
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: PHP ${{ matrix.php-versions }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
"illuminate/support": "^10.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "^v9.0.1",
"phpunit/phpunit": "^11.0.8",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^v9.5.2",
"phpunit/phpunit": "^11.4.3",
"spatie/macroable": "^2.0.0"
},
"autoload": {
Expand All @@ -35,7 +36,7 @@
],
"minimum-stability": "stable",
"scripts": {
"test": "vendor/bin/phpunit ./tests"
"test": "vendor/bin/phpunit ./tests && vendor/bin/phpstan"
},
"config": {
"sort-packages": true
Expand Down
Loading

0 comments on commit ac1f359

Please sign in to comment.