Skip to content

Commit

Permalink
Merge pull request #19 from yabhq/feat/laravel-8
Browse files Browse the repository at this point in the history
Feat/laravel 8
  • Loading branch information
chrisblackwell authored Oct 7, 2020
2 parents 5aa3ec3 + d446451 commit 1f57c10
Show file tree
Hide file tree
Showing 4 changed files with 5,866 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# Specify the version you desire here
- image: circleci/php:7.2-cli
- image: circleci/php:7.3-cli

steps:
- checkout
Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Thumbs.db
.vscode

build
composer.lock
docs
vendor
coverage
coverage

.phpunit.result.cache
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,22 @@
"name": "Chris Blackwell",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Jim Hlad",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": "^7.1",
"illuminate/support": "^7.0",
"php": "^7.3",
"illuminate/support": "^8.0",
"tymon/jwt-auth": "1.0.*"
},
"require-dev": {
"orchestra/testbench": "5.*",
"phpunit/phpunit": "^8.0"
"laravel/legacy-factories": "^1.0",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 1f57c10

Please sign in to comment.