Skip to content

Commit

Permalink
fixed composer; ignore .phpunit.cache
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni committed Feb 29, 2024
1 parent 98b762b commit a790bc4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
composer.lock
.phpunit.cache
.phpunit.result.cache
.php-cs-fixer.cache
vendor
1 change: 0 additions & 1 deletion .phpunit.cache/test-results

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3",
"guzzlehttp/guzzle": "^7.2",
"phpunit/phpunit": "10",
"phpunit/phpunit": "^9.5 || ^10.0",
"sweetrdf/sparql-client": "^0.1"
},
"autoload": {
Expand Down

0 comments on commit a790bc4

Please sign in to comment.