Skip to content

Commit

Permalink
Use composer-require-checker instead of Deptrac (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov authored Apr 12, 2024
1 parent bbcb83a commit e52835d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@
}
],
"require": {
"php": "^8.1"
"php": "^8.1",
"symfony/deprecation-contracts": "^3.4"
},
"autoload": {
"psr-4": {
"Typhoon\\Type\\": ""
}
},
"config": {
"lock": false,
"vendor-dir": "../../var/Type/vendor"
}
}

0 comments on commit e52835d

Please sign in to comment.