Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Commit fbd3817

Browse files
committed
Add platform requirement and add composer metadata
1 parent 9e9c118 commit fbd3817

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"name": "firehed/u2f",
3+
"description": "A library providing U2F authentication",
4+
"license": "MIT",
5+
"require": {
6+
"php": ">=7.0"
7+
},
38
"require-dev": {
49
"firehed/arctools": "^1",
510
"phpunit/phpunit": "^5.2"

composer.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)