Skip to content

Commit 30afe13

Browse files
committed
🚧 Update composer with proper package info
1 parent f59de51 commit 30afe13

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

‎composer.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
2+
"name": "svpernova09/php-easy-math",
3+
"description": "A simple library to do math for you",
4+
"require": {
5+
"php": "^7.2"
6+
},
27
"require-dev": {
38
"phpunit/phpunit": "^7.3"
49
},
510
"autoload": {
611
"psr-4": {"EasyMath\\": "src/"}
712
}
8-
}
13+
}

‎composer.lock

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)