Skip to content

Commit 1acfdaa

Browse files
authored
Merge pull request #80 from RonasIT/78_save_temp_doc_in_file_for_local_and_storage_drivers
#78: Store tmp doc data in file instead of static class property to use it in Artisan push-documentation command
2 parents 7187aa0 + 7e3b829 commit 1acfdaa

14 files changed

+7874
-94
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ bootstrap/cache/
1414

1515
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
1616
.rocketeer/
17-
composer.lock
1817

1918
.phpunit.result.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.3.0",
2020
"laravel/framework": ">=5.3.0",
21-
"phpunit/phpunit": ">=7.0|<=10.0"
21+
"phpunit/phpunit": ">=7.0"
2222
},
2323
"require-dev": {
2424
"orchestra/testbench": "^6.25",

0 commit comments

Comments
 (0)