Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jul 17, 2020
1 parent c432192 commit 71d232f
Show file tree
Hide file tree
Showing 4 changed files with 455 additions and 97 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.2"
"php": "^7.4"
},
"require-dev": {
"codeception/codeception": "^2.5",
"php-coveralls/php-coveralls": "^2.2"
"codeception/codeception": "^4.1",
"php-coveralls/php-coveralls": "^v2.2.0",
"codeception/module-asserts": "^1.2"
},
"autoload": {
"psr-4": {
"Selami\\Stdlib\\": "src/",
"Selami\\Stdlib\\Exception\\": "src/"
"Selami\\Stdlib\\": "src/"

}
},
Expand Down
Loading

0 comments on commit 71d232f

Please sign in to comment.