Skip to content

Commit 46d32fc

Browse files
committed
Merge branch 'v1.0'
2 parents 727f6db + 7d59b51 commit 46d32fc

File tree

7 files changed

+2676
-1216
lines changed

7 files changed

+2676
-1216
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ Homestead.json
1919
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
2020
.rocketeer/
2121
.idea/
22+
23+
.phpunit.result.cache

composer.json

+4-8
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
"type": "library",
55
"authors": [
66
{
7-
"name": "Connor Imrie",
7+
"name": "Connor Forsyth",
88
"email": "[email protected]"
99
}
1010
],
1111
"license": "MIT",
1212
"require": {
13+
"php" : ">= 7.2.5",
1314
"randomstate/api": "~0.4.3"
1415
},
1516
"require-dev": {
16-
"phpunit/phpunit": "^6.3",
17-
"laravel/laravel": "^5.5"
17+
"phpunit/phpunit": "^8.5",
18+
"laravel/laravel": "^7.0"
1819
},
1920
"autoload": {
2021
"psr-4": {
@@ -26,10 +27,5 @@
2627
"RandomState\\Tests\\LaravelApi\\": "tests",
2728
"Tests\\": "vendor/laravel/laravel/tests"
2829
}
29-
},
30-
"config": {
31-
"platform": {
32-
"php": "7.0.0"
33-
}
3430
}
3531
}

0 commit comments

Comments
 (0)