MarcinOrlowski / laravel-api-response-builder

Builds nice, normalized and easy to consume REST JSON responses for Laravel powered APIs.
MIT License
721 stars 79 forks source link

Release v9.3.0 #204

Closed MarcinOrlowski closed 3 years ago

MarcinOrlowski commented 3 years ago
szepeviktor commented 3 years ago

Leave those composer.json-s behind and use composer update "--with=laravel/framework:~6.6"

Temporary version constraint to add, e.g. foo/bar:1.0.0 or foo/bar=1.0.0 (multiple values allowed)

You need "laravel/framework": "^6.0 || ^7.0 || ^8.0" for that to work.

MarcinOrlowski commented 3 years ago

You need "laravel/framework": "^6.0 || ^7.0 || ^8.0" for that to work.

Not that fast as that's not the only different dependency version I have there. I currently have no time to look for cleaner approaches so this will stay yet for a while. PR welcome though :)

szepeviktor commented 3 years ago

Actually these lowest/highest testing could/should be done by Composer. High: composer update Low: composer update --prefer-lowest

szepeviktor commented 3 years ago

These .config Composer configurations still contain classmap autoloading!

MarcinOrlowski commented 3 years ago

These .config Composer configurations still contain classmap autoloading!

Good spot. Fixed. And thanks for taking your time to sniff around!

codecov-commenter commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@024eccf). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #204   +/-   ##
=========================================
  Coverage          ?   97.08%           
  Complexity        ?      174           
=========================================
  Files             ?       22           
  Lines             ?      515           
  Branches          ?        0           
=========================================
  Hits              ?      500           
  Misses            ?       15           
  Partials          ?        0           
Flag Coverage Δ
unittests 97.08% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 024eccf...3752f67. Read the comment docs.