Skip to content

Releases: ciareis/bypass

v2.1.2

28 Apr 21:06

Choose a tag to compare

fix call same routes more once.

v2.1.1

30 Mar 04:21

Choose a tag to compare

  • refactor of routes
  • fix parameter with null

v2.1.0

30 Mar 03:02
d8110fa

Choose a tag to compare

What's Changed

  • Allow setting headers that will appear in responses by @ramsey in #32

Full Changelog: v2.0.2...v2.1.0

v2.0.2

29 Mar 23:37

Choose a tag to compare

remove laravel depends

Add .gitattributes and ignore .phpunit.cache/

@ramsey
remove Process class

2.0.1

29 Mar 02:37
f1ff4f7

Choose a tag to compare

  • Instead of using the Laravel Http facade, this PR uses PHP's file_get_contents() with the HTTP stream wrapper and a stream context to make requests to the local test server.

thanks @ramsey