Skip to content

Commit

Permalink
Merge pull request #3 from dnj/dev
Browse files Browse the repository at this point in the history
minor-changes
  • Loading branch information
yeganemehr authored Feb 24, 2024
2 parents a58f2e8 + d1ae7db commit d2decf4
Show file tree
Hide file tree
Showing 8 changed files with 784 additions and 652 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: php-actions/composer@v6
with:
php_version: "8.1"
php_version: "8.2"

- uses: php-actions/phpunit@v3
with:
version: 9
php_extensions: bcmath xdebug gd mbstring imagick
php_version: "8.1"
php_version: "8.2"
args: --coverage-clover=coverage/clover-coverage.xml
env:
XDEBUG_MODE: coverage
Expand Down
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "dnj/laravel-aaa",
"description": "Authentication + Authorization + Accounting For Your Next Laravel Project!",
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.1",
"dnj/laravel-user-logger": "^1.0.0",
"dnj/laravel-user-logger": "^1.1.2",
"dnj/laravel-localization": "^1.0.0",
"yeganemehr/laravel-support": "^1.0.0"
},
Expand All @@ -31,7 +32,7 @@
]
},
"scripts": {
"test:types": "vendor/bin/phpstan analyze",
"test:types": "vendor/bin/phpstan analyze src",
"test:phpunit": "vendor/bin/phpunit",
"test:codestyle": "vendor/bin/php-cs-fixer fix -v --dry-run --stop-on-violation --using-cache=no",
"test": [
Expand All @@ -41,6 +42,9 @@
]
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
},
"laravel": {
"providers": [
"dnj\\AAA\\ServiceProvider"
Expand Down
Loading

0 comments on commit d2decf4

Please sign in to comment.