Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
overclokk committed Jul 26, 2024
1 parent 8d13f7a commit b54cddd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,18 @@
"infection/infection": "^0.26.6",
"infection/codeception-adapter": "^0.4.1",

"rector/rector": "^0.15.17",
"rector/rector": "^0.18.0",
"italystrap/debug": "dev-master",
"italystrap/finder": "dev-master",
"laminas/laminas-config-aggregator": "^1.9",
"crellbar/prophecy-extensions": "^1.1"
},
"autoload": {
"psr-4": {
"ItalyStrap\\Empress\\": "src/"
"ItalyStrap\\Empress\\": [
"src/",
"bridge/"
]
},
"files": [
"namespace-bc-aliases.php",
Expand Down

0 comments on commit b54cddd

Please sign in to comment.