Skip to content

Commit d8c12ed

Browse files
committed
Merge branch 'master' into main
2 parents 3ebaeca + 450bcbc commit d8c12ed

File tree

5 files changed

+2196
-0
lines changed

5 files changed

+2196
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/vendor/
2+
3+
###> intellij/idea ###
4+
/.php_cs.cache
5+
/.idea

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "julkwel/stringtools",
3+
"description": "String tools for php and testing new package",
4+
"autoload": {
5+
"psr-4": {
6+
"Julkwel\\StringTools\\": "src/"
7+
}
8+
},
9+
"minimum-stability": "dev",
10+
"prefer-stable": true,
11+
"require-dev": {
12+
"phpunit/phpunit": "^9.5"
13+
}
14+
}

0 commit comments

Comments
 (0)