Skip to content

Upgraded to Laravel 5.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@mchekin mchekin released this 04 Dec 06:26
· 237 commits to master since this release
04f3bab
To laravel 5.8 (#46)

* Upgraded to Laravel 5.8

* Updating Laravel Dusk version to fix the tests.

* Fixing the tests setUp() method to return void.

* Moving ValidatePostSize middleware to the global middleware list.

* Updating language files

* Updating configuration files for laravel 5.8.

* Adding .styleci.yml

* Updating phpunit.xml

* Additional laravel 5.8 file changes.

* Updating additional composer dependencies.

* Adding back Mockery + fixing database configuration file.

* Using php artisan dusk:chrome-driver 73 in .travis.yml

* Using php artisan dusk:chrome-driver 70 in .travis.yml

* Moving php artisan dusk:chrome-driver 73 in .travis.yml to the install section

* Moving 'php artisan dusk:chrome-driver 73' after composer install

* Trying 'php artisan dusk:chrome-driver 71'

* Removing redundant svg status files + cleaning ExampleTest

* Adding 'chmod -R 0755 vendor/laravel/dusk/bin/.' to .travis.yml

* 'php artisan dusk:chrome-driver' to 71 in .travis.yml

* fixing chmod command in .travis.yml

* Temporary disabling Laravel Dusk because of Chrome Driver version issue in Travis CI.