1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00
Commit Graph

30 Commits

Author SHA1 Message Date
Chris Brown
0b341a7ca1 Update test suite to phpunit 9.5
Update test suite to phpunit 9.5 syntax
Refactored to use polyfill for older PHP versions via `yoast/phpunit-polyfills`

Note: this includes 2 important differences from usual phpunit test suites:
- instead of extending `PHPUnit\Framework\TestCase` we extend `Yoast\PHPUnitPolyfills\TestCases\TestCase`
- instead of handling fixtures via `setUp()` and `tearDown()` we use `set_up()` and `tear_down()` respectively

Comment regarding formatting: I chose to use the FQDN in the `extends` syntax of the class declaration instead of using `use` so that it is more quickly apparent that we're doing something slightly different than usual phpunit syntax, particularly in regards to the set_up() / tear_down() methods that appear immediately following the `extends` line.
2020-11-29 12:10:05 -05:00
Chris Brown
32d1cb0fb3 Support Illuminate 8.0 2020-09-08 17:14:48 -04:00
Beau Simensen
46cdf1a155 Alias dev-master to 2.x-dev 2020-05-07 08:04:57 -05:00
Nathan Esayeas
e65d4c4905 chore: allow support for tightenco/collect:^7.0 2020-04-12 13:40:36 -04:00
Andrew Ellis
b5f71e03eb chore(deps): allow laravel/container:^7.0 2020-03-12 19:48:28 -06:00
Chris Brown
b8cd17ed98 Drop unnecessary symfony/process 2.x support
Since we require PHP > 5.6 there's no need to support symfony/process 2.x 

However, symfony/process 4.x requires minimum PHP 7.1 so have to retain 3.x for now if we wish to support PHP 7.0 or older without complications.
2019-11-30 16:10:22 -05:00
Chris Brown
d80d599ba5 Allow support for symfony/process 5.0 2019-11-28 14:30:24 -05:00
Matt Stauffer
08321af135 Merge pull request #816 from drbyte/6-dot-0
Add compatibility with global illuminate 6.0 pkgs
2019-09-09 08:26:06 -04:00
Chris Brown
9f80751a59 Testing 7.4 2019-09-08 10:07:01 -04:00
Chris Brown
e814cfc49a Add compatibility with illuminate 6.0 pkgs 2019-09-08 09:22:10 -04:00
Chris Brown
9402fd25ab Add compatibility with symfony/process v4 2017-12-23 00:08:12 -05:00
Tom Harris
44b380d9ab Bump version constraint on titenco/collect package 2017-08-24 12:12:02 +01:00
Cretu Eusebiu
2ed59d15ba Lock phpunit version 2017-02-16 18:42:55 +02:00
Chris Brown
e208ca2340 Update minimum PHP requirement to 5.6
... because it's not actually compatible with 5.5 anymore - Ref: https://github.com/laravel/valet/issues/279
2016-12-27 15:58:16 -05:00
Vincent Klaiber
ca86fb5dd4 Update Taylors email
Switched from gmail to laravel.com
2016-09-17 20:37:24 +02:00
Glendon Solsberry
e714082d50 Allows Valet to run under PHP 5.5 (#57)
* Allows for valet to run under PHP 5.5 as well.

Add checks for php55 to the mix.

* Allows for valet to run under PHP 5.5 as well.

Add checks for php55 to the mix.

* Update .travis.yml

* Update PhpFpm.php

* Add tests for php55
2016-05-10 21:56:25 -05:00
Taylor Otwell
97f7ae2342 organize better 2016-05-10 08:29:24 -05:00
Taylor Otwell
0df4108ea2 move files 2016-05-08 23:14:53 -05:00
Taylor Otwell
075443b763 refactor and tests 2016-05-08 23:04:16 -05:00
Taylor Otwell
354e1d4111 progress refactoring 2016-05-07 22:10:32 -05:00
Taylor Otwell
9f4896399e extract helper into autoloaded file 2016-05-07 12:19:51 -05:00
Taylor Otwell
7d8a3e47a6 loosen requirements 2016-05-05 14:29:42 -05:00
Taylor Otwell
25baa09b48 update keywords 2016-05-05 09:43:17 -05:00
Taylor Otwell
bbddc0d4f9 loosen requirementsS 2016-05-04 21:24:58 -05:00
Taylor Otwell
363d85bece share feature 2016-05-04 13:21:32 -05:00
Taylor Otwell
8eaf767bbb adding commands 2016-05-04 10:17:14 -05:00
Taylor Otwell
66254d76ff update name 2016-05-03 19:54:32 -05:00
Taylor Otwell
c16391fe01 fix deps 2016-05-03 16:36:46 -05:00
Taylor Otwell
abfe227927 update composer json 2016-05-03 16:07:25 -05:00
Taylor Otwell
0e2f3f4fe3 first 2016-05-03 16:03:24 -05:00