Skip to content

Commit

Permalink
Merge pull request #36 from PandaHugMonster/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
PandaHugMonster authored Jan 31, 2022
2 parents f13138e + 22b602a commit f8fff3f
Show file tree
Hide file tree
Showing 81 changed files with 6,027 additions and 1,409 deletions.
1,064 changes: 45 additions & 1,019 deletions README.md

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spaf/simputils",
"description": "Simple minimal but useful set of utils (strings, datetimes, etc.) ",
"description": "Simple minimal but useful set of utils (properties, strings, datetimes, etc.) ",
"keywords": [
"simple", "utils", "micro", "framework", "quick prototyping",
"properties", "phpinfo", "php", "easy cast", "meta-magic", "files",
Expand Down Expand Up @@ -31,5 +31,10 @@
"spaf\\simputils\\": "src/"
},
"files": ["src/basic.php"]
},
"scripts": {
"test": [
"phpunit tests"
]
}
}
Loading

0 comments on commit f8fff3f

Please sign in to comment.