Skip to content

Releases: ciareis/bypass

v2.1.2

Choose a tag to compare

@emtudo emtudo released this 28 Apr 21:06

fix call same routes more once.

v2.1.1

Choose a tag to compare

@emtudo emtudo released this 30 Mar 04:21
  • refactor of routes
  • fix parameter with null

v2.1.0

Choose a tag to compare

@emtudo emtudo released this 30 Mar 03:02
d8110fa

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

Choose a tag to compare

@emtudo emtudo released this 29 Mar 23:37

remove laravel depends

Add .gitattributes and ignore .phpunit.cache/

@ramsey
remove Process class

2.0.1

Choose a tag to compare

@emtudo emtudo released this 29 Mar 02:37
f1ff4f7
  • 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