Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
scrs_zdenek committed Aug 21, 2024
1 parent c528ee9 commit b0790d4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,20 @@
"drago-ex/translator": "^1.0",
"drago-ex/application": "^1.0",
"drago-ex/parameters": "^1.0",
"drago-ex/database": "^1.2",
"drago-ex/database": "dev-dev",
"drago-ex/utils": "^1.0",
"drago-ex/authorization": "dev-next",
"drago-ex/authorization": "dev-master",
"ublaboo/datagrid": "dev-master",
"texy/texy": "^3.1"
},
"minimum-stability": "stable",
"require-dev": {
"phpstan/phpstan-nette": "^1.2.9",
"drago-ex/generator": "^1.0"
"phpstan/phpstan-nette": "^1.2.9"
},
"autoload": {
"psr-4": {"App\\": "app"}
},
"scripts": {
"phpstan": "phpstan analyse --level 5 --configuration phpstan.neon app",
"generator": "generator make:entity"
"phpstan": "phpstan analyse --level 5 --configuration phpstan.neon app"
}
}

0 comments on commit b0790d4

Please sign in to comment.