Skip to content

Releases: eduardoarandah/autohttptests

Support for laravel 7 & 8

24 Mar 20:00
Compare
Choose a tag to compare
Add support for laravel 7,8

Can't support < 6 because Symfony Process changed it's api
since version 5

This now requires an array: new Process(['ls', '-lsa']);

https://symfony.com/doc/5.0/components/process.html#usage

Fix duplicate file

24 Dec 21:17
Compare
Choose a tag to compare

fixed duplicate file

Better capitalization

09 Oct 18:04
Compare
Choose a tag to compare

Changed namespace to EduardoArandaH\AutoHttpTests to improve readability