Skip to content

Commit

Permalink
Merge pull request #3 from doganoo/cleanup
Browse files Browse the repository at this point in the history
composer clean up
  • Loading branch information
doganoo authored Oct 18, 2020
2 parents 449dfdd + 703fc42 commit 7113164
Show file tree
Hide file tree
Showing 4 changed files with 2,005 additions and 1,575 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"autoload": {
"psr-4": {
"doganoo\\PHPUtil\\": "src/",
"doganoo\\PHPUtil\\IntegrationTest\\": "test/Integration"
"doganoo\\PHPUtil\\Test\\": "test/"
}
},
"require": {
Expand All @@ -25,7 +25,7 @@
"ext-pdo": "*"
},
"require-dev": {
"phpunit/phpunit": "^6"
"phpunit/phpunit": "^9"
},
"scripts": {
"unit-test": "./vendor/bin/phpunit test/Unit",
Expand Down
Loading

0 comments on commit 7113164

Please sign in to comment.