Skip to content

Commit

Permalink
Composer : unit tests are now excluded from classmap + update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rayanlevert committed Dec 20, 2024
1 parent 6b74a70 commit e3e950d
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 43 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Dependency-free command line interface (CLI) handling arguments and easily personalizing output in the PHP userland",
"type": "library",
"license": "BSD-3-Clause",
"version": "3.0.0",
"authors": [
{
"name": "Rayan Levert",
Expand All @@ -17,14 +18,17 @@
"phpstan/phpstan": "^1.9",
"squizlabs/php_codesniffer": "^3.7"
},
"autoload": {
"autoload": {
"psr-4": {
"RayanLevert\\Cli\\": "src/"
}
},
"exclude-from-classmap": [
"tests/"
]
},
"autoload-dev": {
"psr-4": {
"RayanLevert\\Cli\\Tests\\": "tests/"
}
}
}
}
80 changes: 40 additions & 40 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e3e950d

Please sign in to comment.