Skip to content

Commit

Permalink
chore: prefix all composer packages
Browse files Browse the repository at this point in the history
reason: there's an increasing amount of conflicts with other plugins. If this works it should avoid all of them. It's silly, but possibly effective.
  • Loading branch information
eteubert committed Oct 22, 2020
1 parent fc67011 commit 120724c
Show file tree
Hide file tree
Showing 14 changed files with 331 additions and 204 deletions.
15 changes: 12 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,24 @@
"twig/extensions": "1.5.*",
"geoip2/geoip2": "~2.0",
"piwik/device-detector": "~3.12",
"phpunit/php-timer": "~1.0",
"podlove/webvtt-parser": "^1.1",
"geertw/ip-anonymizer": "^1.1",
"dariuszp/cli-progress-bar": "^1.0",
"league/csv": "^8.2"
"league/csv": "^8.2",
"typisttech/imposter-plugin": "^0.6.0"
},
"require-dev": {
"pear/pear_exception": "1.0.*@dev",
"podlove/comment-introspection": "dev-master",
"phpunit/phpunit": "^6.5.14"
},
"extra": {
"imposter": {
"namespace": "Podlove\\Publisher\\Vendor",
"excludes": [
"podlove/webvtt-parser",
"podlove/podlove-timeline",
"dariuszp/cli-progress-bar"
]
}
}
}
Loading

0 comments on commit 120724c

Please sign in to comment.