Skip to content

Fixes to this API#1

Open
nimmolo wants to merge 1 commit into
linguisticteam:masterfrom
nimmolo:fixes
Open

Fixes to this API#1
nimmolo wants to merge 1 commit into
linguisticteam:masterfrom
nimmolo:fixes

Conversation

@nimmolo

@nimmolo nimmolo commented Oct 25, 2016

Copy link
Copy Markdown

Partial fixes - i haven’t gone through everything.

composer.json should use "autoload": {
"psr-4": {
"Lti\DotsubAPI": "src/DotSUB"
}
},
"scripts": {
"post-install-cmd": [
"composer dump-autoload --classmap-authoritative"
]
}

Media.php had wrong parameters

composer.json should use   "autoload": {
    "psr-4": {
      "Lti\\DotsubAPI\\": "src/DotSUB"
    }
  },
  "scripts": {
    "post-install-cmd": [
      "composer dump-autoload --classmap-authoritative"
    ]
  }

Media.php had wrong parameters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant