Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ActuallyConnor committed Sep 26, 2024
1 parent 4cbb0ed commit ab5a833
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "actuallyconnor/pseudo",
"description": "PDO/MySQL Connection Mocking",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Connor Smyth",
"email": "[email protected]",
"homepage": "https://connorsmyth.com",
"role": "Developer"
"name": "actuallyconnor/pseudo",
"description": "PDO/MySQL Connection Mocking",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Connor Smyth",
"email": "[email protected]",
"homepage": "https://connorsmyth.com",
"role": "Developer"
},
{
"name": "Josh Butts",
"email": "[email protected]",
"role": "Original Developer"
}
],
"require": {
"php": ">=8.0",
"ext-pdo": "*",
"ext-ctype": "*"
},
{
"name": "Josh Butts",
"email": "[email protected]",
"role": "Original Developer"
}
],
"require": {
"php": ">=8.0",
"ext-pdo": "*",
"ext-ctype": "*",
"phpunit/phpunit": "^11.3"
},
"require-dev": {
"phpunit/php-code-coverage": "^11.0"
},
"autoload": {
"psr-4": {
"Pseudo\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Pseudo\\UnitTest\\": "tests/Unit"
"require-dev": {
"phpunit/phpunit": "^11.3",
"phpunit/php-code-coverage": "^11.0"
},
"autoload": {
"psr-4": {
"Pseudo\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Pseudo\\UnitTest\\": "tests/Unit"
}
}
}
}

0 comments on commit ab5a833

Please sign in to comment.