We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e905d commit 06b5cdaCopy full SHA for 06b5cda
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-### v10.0.0 - TBA
+### v10.0.0 - 2020-03-03
4
5
- Updated for Laravel 7.
6
composer.json
@@ -55,7 +55,5 @@
55
"cs:check": "./vendor/bin/php-cs-fixer fix --verbose --ansi --show-progress=estimating --diff --dry-run --config .php_cs.php",
56
"cs:fix": "./vendor/bin/php-cs-fixer fix --verbose --ansi --show-progress=estimating --config .php_cs.php",
57
"test": "./vendor/bin/phpunit --verbose --colors=always"
58
- },
59
- "minimum-stability": "dev",
60
- "prefer-stable": true
+ }
61
}
0 commit comments