aboutsummaryrefslogtreecommitdiff
path: root/example/composer.json
blob: 8bde4e7938f90dcaedf67fde8173c969f10b6b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "repositories": [
    {
      "type": "path",
      "url": "../"
    }
  ],
  "require": {
    "ch1p/jobd-client": "^1.0"
  }
}