Skip to content

Commit

Permalink
Merge pull request #19 from CPNV-ES/feature/composer-test-framework
Browse files Browse the repository at this point in the history
Feature/composer-test-framework
  • Loading branch information
Guillaume1868 authored Oct 9, 2024
2 parents f99b8da + 4bd1863 commit 5f61443
Show file tree
Hide file tree
Showing 5 changed files with 1,659 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,6 @@ gradle-app.setting
composer.phar
/vendor/

# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
composer.lock

##### PHP CodeSniffer
# gitignore for the PHP Codesniffer framework
# website: https://github.com/squizlabs/PHP_CodeSniffer
Expand Down
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "gej/looper",
"require-dev": {
"phpunit/phpunit": "^11.3"
}
}
Loading

0 comments on commit 5f61443

Please sign in to comment.