Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Conversation

@phansys
Copy link
Contributor

@phansys phansys commented Aug 30, 2018

Q A
Branch arm2
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets n/a
License MIT
Doc PR n/a

BEFORE:

// vendor/composer/autoload_psr4.php

'' => array($baseDir . '/src', $baseDir . '/gen', $baseDir . '/tests'),

AFTER:

// vendor/composer/autoload_psr4.php

'Microsoft\\Rest\\' => array($baseDir . '/src/Microsoft/Rest', $baseDir . '/tests/Microsoft/Rest'),
'Microsoft\\Azure\\' => array($baseDir . '/gen/Microsoft/Azure', $baseDir . '/tests/Microsoft/Azure'),

@phansys phansys changed the title Use proper autoload configuration [ARM2] Use proper autoload configuration Aug 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant