File tree Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 11blank_issues_enabled : false
22contact_links :
3- - name : Ask a question
4- url : https://github.com/codebar-ag/laravel-flysystem-cloudinary/discussions /new?category=q-a
5- about : Ask the community for help
6- - name : Request a feature
7- url : https://github.com/codebar-ag/laravel-flysystem-cloudinary/discussions /new?category=ideas
8- about : Share ideas for new features
9- - name : Report a bug
10- url : https://github.com/codebar-ag/laravel-flysystem-cloudinary/issues/new
11- about : Report a reproducable bug
3+ - name : Ask a question
4+ url : https://github.com/codebar-ag/laravel-flysystem-cloudinary/issues /new
5+ about : Ask the community for help
6+ - name : Request a feature
7+ url : https://github.com/codebar-ag/laravel-flysystem-cloudinary/issues /new
8+ about : Share ideas for new features
9+ - name : Report a bug
10+ url : https://github.com/codebar-ag/laravel-flysystem-cloudinary/issues/new
11+ about : Report a reproducable bug
Original file line number Diff line number Diff line change 1515 os : [ ubuntu-latest, windows-latest ]
1616 php : [ 8.2 ]
1717 laravel : [ 10.* ]
18- stability : [ prefer-lowest, prefer- stable ]
18+ stability : [ prefer-stable ]
1919 include :
2020 - laravel : 10.*
2121 testbench : 8.*
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ test ('it will not use any debug function ' )
4+ ->expect (['dd ' , 'ray ' , 'dump ' ])
5+ ->not ()
6+ ->toBeUsed ();
You can’t perform that action at this time.
0 commit comments