feat(export): add shareable links (#41)
* feat(export): add shareable links * chore: reconfigure PW * test: fix namespace * style: apply prettier * chore: reduce workers count in CI for PW tests are running slower (to the point some time out) and flaky * fix: initialize pending request from store immediately * chore: apply rector
This commit is contained in:
@@ -38,6 +38,9 @@
|
||||
"rector/rector": "^1.2 || ^2.2",
|
||||
"spatie/laravel-data": "^4.18"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-zlib": "Required for shareable links feature."
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Sunchayn\\Nimbus\\": "src/"
|
||||
@@ -79,4 +82,4 @@
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user