Skip to content

Commit

Permalink
Merge pull request #3 from abbadon1334/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abbadon1334 committed Jan 23, 2022
2 parents 2f9250b + c0f114b commit d08adf1
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
Expand Up @@ -18,19 +18,19 @@
"require": {
"php": ">=7.4",
"atk4/data": "3.1.0",
"ramsey/uuid": "^4.1"
"ramsey/uuid": "4.2.3"
},
"autoload": {
"psr-4": {
"Abbadon1334\\Token\\": "src/"
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
"codeception/codeception": "^4.1",
"codeception/module-phpbrowser": "^1.0.0",
"codeception/module-asserts": "^1.0.0",
"codeception/module-db": "^1.1"
"friendsofphp/php-cs-fixer": "3.5.0",
"codeception/codeception": "4.1.28",
"codeception/module-phpbrowser": "1.0.2",
"codeception/module-asserts": "1.3.1",
"codeception/module-db": "1.1.0"
},
"scripts": {
"fix": "php-cs-fixer fix"
Expand Down

0 comments on commit d08adf1

Please sign in to comment.