[php-lumen] Set required PHP version to ^7.2.5 (#6949)

* Set required PHP version to ^7.2.5

* Write .gitignore into srcBasePath

* Update dependencies

* Copy latest Lumen sources to templates

* Add Lumen license template

* Use Lumen license in templates

* Fix typo in readme

* Add Init App Config readme section

* Add composer.lock to root gitignore

* Add Travis-CI task

* Set OAS 3.0 input spec file for samples

* Refresh samples
This commit is contained in:
Yuriy Belenko
2020-08-04 05:33:10 +03:00
committed by GitHub
parent ca3fa4b9cb
commit ba8a50137a
84 changed files with 626 additions and 267 deletions

View File

@@ -1,5 +1,9 @@
<?php
/**
* The Lumen framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
*/
use Laravel\Lumen\Testing\DatabaseMigrations;
use Laravel\Lumen\Testing\DatabaseTransactions;