Skip to content

Commit

Permalink
Merge pull request #65 from dereuromark/patch-1
Browse files Browse the repository at this point in the history
Use releases now
  • Loading branch information
pabloelcolombiano authored Sep 6, 2024
2 parents b0464bf + 76f2687 commit 52ff378
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"ext-pdo": "*"
},
"require-dev": {
"cakephp/migrations": "4.x-dev",
"cakephp/migrations": "^4.1.0",
"josegonzalez/dotenv": "^4.0.0",
"phpunit/phpunit": "^10.1"
},
"autoload": {
"psr-4": {
"CakephpTestSuiteLight\\": "src"
"CakephpTestSuiteLight\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"CakephpTestSuiteLight\\Test\\": "tests",
"TestApp\\": "tests/TestApp/src",
"TestApp\\Test\\": "tests/TestApp/tests"
"CakephpTestSuiteLight\\Test\\": "tests/",
"TestApp\\": "tests/TestApp/src/",
"TestApp\\Test\\": "tests/TestApp/tests/"
}
},
"scripts": {
Expand Down

0 comments on commit 52ff378

Please sign in to comment.