sinkcup / laravel-demo

Laravel Demo(production Docker, CircleCI, Lint, Unit Testing)
0 stars 3 forks source link

upgrade to laravel/framework 6.3 #6

Closed sinkcup closed 3 years ago

sinkcup commented 5 years ago

https://packagist.org/packages/laravel/framework#v6.3.0

sinkcup commented 5 years ago

bug: lint.sh try to check the deleted file, failed

$ git status
On branch issue-6
Changes to be committed:
  (use "git reset HEAD <file>..." to unstage)

        deleted:    tests/Bootstrap.php

$ git add composer.lock phpunit.xml
git commit -m 'upgrade to laravel framework 6.3 #6'
DEBUG: branch issue-6 parent origin/6.0
ERROR: The file "tests/Bootstrap.php" does not exist.

Run "phpcs --help" for usage information
Could not open input file: tests/Bootstrap.php