Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rayblair06 committed Nov 15, 2024
1 parent e893352 commit 6f32e3b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rayblair/type-safety",
"description": "This is my package type-safety",
"description": "Type Safety is a PHP package that enforces strict type safety when working with mixed arrays and variables.",
"keywords": [
"rayblair",
"type-safety"
Expand All @@ -25,16 +25,16 @@
"autoload": {
"psr-4": {
"Rayblair\\ArrayType\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Rayblair\\ArrayType\\Tests\\": "tests"
},
"files": [
"src/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"Rayblair\\ArrayType\\Tests\\": "tests"
}
},
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage",
Expand Down

0 comments on commit 6f32e3b

Please sign in to comment.