Javier Spagnoletti
Javier Spagnoletti
|Q |A | |--- |--- | |Branch |master| |Bug fix? |no | |New feature? |no | |BC breaks? |no | |Deprecations?|no | |Tests pass? |yes | |Fixed tickets|n/a | |License...
| Q | A | | --- | --- | | Bug fix? | no | | New feature? | yes | | BC breaks? | no | | Deprecations?...
Integrate 3rd party assets management through [NPM](https://www.npmjs.com/) / [Bower](http://bower.io/). ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/21904683-manage-assets-through-npm-bower?utm_campaign=plugin&utm_content=tracker%2F814968&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F814968&utm_medium=issues&utm_source=github).
The [`@View`](https://github.com/FriendsOfSymfony/FOSRestBundle/blob/3.x/Resources/doc/annotations-reference.rst#view) annotation from FOSRestBundle allows to define the serialization groups in its `serializerGroups` attribute. It controls how the returned response will be serialized based on the configured groups. This...
|Q |A | |--- |--- | |Branch |master| |Bug fix? |no | |New feature? |no | |BC breaks? |no | |Deprecations?|no | |Tests pass? |yes | |Fixed tickets|n/a | |License...
Update `composer.json` in order to whitelist development versions instead to set "minimum-stability"
Update `composer.json` in order to whitelist (with [stability flags](https://getcomposer.org/doc/04-schema.md#package-links)) development versions instead to set "minimum-stability". ## The problem with the current setup (using "dev" as "minimum-stability"): - `my-project` requires `package-A:^2.0`,...
Since the original tests cases were using other detectable keywords (like "public" or "protected"), they are able to pass even if the keywords intended to be covered are not present....
**TODO**: - [x] Resolve the cases where the test classes are extending classes marked as final.
Update `.travis.yml` in order to build with PHP `7.3` and `7.4snapshot`. Builds against `php:5.5` were also added since the constraint currently declared on the project's dependencies allows that version too:...