Skip to content

add composer exclude-from-classmap for new 2.8 components #16655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 25, 2015

Conversation

Tobion
Copy link
Contributor

@Tobion Tobion commented Nov 24, 2015

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets n/a
License MIT
Doc PR n/a
#16397 for new components in 2.8 that was missing

"psr-4": { "Symfony\\Component\\Ldap\\": "" }
"psr-4": { "Symfony\\Component\\Ldap\\": "" },
"exclude-from-classmap": [
"/Tests/"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ldap doesn't have any tests yet, but I assume they will come

@xabbuh
Copy link
Member

xabbuh commented Nov 24, 2015

👍

@fabpot
Copy link
Member

fabpot commented Nov 25, 2015

Thank you @Tobion.

@fabpot fabpot merged commit 2edebbf into symfony:2.8 Nov 25, 2015
fabpot added a commit that referenced this pull request Nov 25, 2015
…s (Tobion)

This PR was merged into the 2.8 branch.

Discussion
----------

add composer exclude-from-classmap for new 2.8 components

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

#16397 for new components in 2.8 that was missing

Commits
-------

2edebbf add composer exclude-from-classmap for new 2.8 components
@Tobion Tobion deleted the exclude-from-classmap branch November 25, 2015 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants