Skip to content

Commit

Permalink
Merge pull request #56 from tighten/adc/platform-and-exports
Browse files Browse the repository at this point in the history
Update platform and exports
  • Loading branch information
driftingly authored Jan 10, 2023
2 parents 7ade32e + 675c112 commit d16f026
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 10 deletions.
25 changes: 20 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/.github export-ignore
/app export-ignore
/bootstrap export-ignore
/config export-ignore
/standards export-ignore
/stubs export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/banner.png export-ignore
/box.json export-ignore
/CONTRIBUTING.md export-ignore
/duster export-ignore
/duster.json export-ignore
/phpstan.neon export-ignore
/phpunit.xml.dist export-ignore
/README.md export-ignore
/RELEASE.md export-ignore
/style-guide.md export-ignore
5 changes: 1 addition & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@ jobs:
coverage: none

- name: Install dependencies
run: composer install --no-interaction --no-suggest --ignore-platform-reqs
run: composer install --no-interaction

- name: Duster
run: ./duster

- name: PHPStan
run: vendor/bin/phpstan

- name: Pest
run: vendor/bin/pest
Binary file modified builds/duster
Binary file not shown.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
"optimize-autoloader": true,
"allow-plugins": {
"pestphp/pest-plugin": true
},
"platform": {
"php": "8.0.2"
}
},
"minimum-stability": "dev",
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
|
*/

'version' => '0.5.0',
'version' => '0.5.1',

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions duster.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
],
"scripts": {
"lint": {
"php-version": ["php", "-v"],
"phpstan-version": ["./vendor/bin/phpstan", "-V"],
"phpstan": ["./vendor/bin/phpstan", "analyse"]
}
}
Expand Down

0 comments on commit d16f026

Please sign in to comment.