Skip to content

Commit

Permalink
Merge pull request #53 from PhpGt/52-remove-illuminate
Browse files Browse the repository at this point in the history
Remove illuminate dependency
  • Loading branch information
g105b authored Aug 22, 2017
2 parents 02dfd90 + ead613b commit 8013cbb
Show file tree
Hide file tree
Showing 26 changed files with 590 additions and 1,036 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
environment:
php:
version: 7.0.8
version: 7.1
tests:
override:
-
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine:
php:
version: 7.0.7
version: 7.1.6

test:
override:
Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"type": "library",

"require": {
"illuminate/database": "5.*"
"php": "^7.1",
"ext-pdo": "*"
},

"require-dev": {
Expand All @@ -23,7 +24,8 @@

"autoload": {
"psr-4": {
"Gt\\Database\\": "./src"
"Gt\\Database\\": "./src",
"Gt\\Database\\Test\\": "./test/unit"
}
},

Expand Down
Loading

0 comments on commit 8013cbb

Please sign in to comment.