Skip to content

Commit

Permalink
adjusting composer
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Jan 14, 2024
1 parent 8232961 commit dbba3fa
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2,211 deletions.
9 changes: 1 addition & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,11 @@
"pds/skeleton": "^1.0"
},
"require-dev": {
"phalcon/ide-stubs": "^v5.0.1",
"squizlabs/php_codesniffer": "^3.7",
"vimeo/psalm": "^4.27"
"phalcon/ide-stubs": "^v5.0.1"
},
"autoload": {
"psr-4": {
"Tutorial\\": "src/"
}
},
"scripts": {
"cs": "./vendor/bin/phpcs --standard=phpcs.xml",
"cs-fix": "./vendor/bin/phpcbf --standard=phpcs.xml",
"analyze": "./vendor/bin/psalm"
}
}
Loading

0 comments on commit dbba3fa

Please sign in to comment.