9d3b84517a
* Compatible with PHP 8.1 and Codeception 5 * Add PHP 8.1 to workflow * PHP 7.4 as a minimum * Updated dependencies Co-authored-by: Luke English <luke.english@ec2i.biz>
36 lines
466 B
Plaintext
36 lines
466 B
Plaintext
# phpstorm project files
|
|
.idea
|
|
|
|
# netbeans project files
|
|
nbproject
|
|
|
|
# zend studio for eclipse project files
|
|
.buildpath
|
|
.project
|
|
.settings
|
|
|
|
# windows thumbnail cache
|
|
Thumbs.db
|
|
|
|
# composer vendor dir
|
|
/vendor
|
|
|
|
# composer itself is not needed
|
|
composer.phar
|
|
|
|
# composer lock
|
|
composer.lock
|
|
|
|
# Mac DS_Store Files
|
|
.DS_Store
|
|
|
|
# phpunit itself is not needed
|
|
phpunit.phar
|
|
# local phpunit config
|
|
/phpunit.xml
|
|
|
|
tests/_output/*
|
|
tests/_support/_generated
|
|
|
|
#vagrant folder
|
|
/.vagrant |