Skip to content

Commit

Permalink
Merge pull request #41 from garak/fix-composer
Browse files Browse the repository at this point in the history
fix requirements. Fixes #40
  • Loading branch information
DavidePastore authored Mar 6, 2020
2 parents 443bbe0 + 62d2d26 commit 34f69b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2,498 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.*.cache
composer.lock
composer.phar
vendor/

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
}
},
"require": {
"php": "^7.1",
"ext-intl": "*"
},
"require-dev": {
"scrutinizer/ocular": "~1.1",
"phpunit/phpunit": "^7"
"phpunit/phpunit": "^7.5 || ^8.5"
},
"license" : "GPL-2.0-or-later",
"type" : "library",
Expand Down
Loading

0 comments on commit 34f69b3

Please sign in to comment.