Skip to content

Commit e82a6bf

Browse files
committed
Created project structure and randomBool function and RandomBoolTest.php
1 parent 87c4353 commit e82a6bf

10 files changed

+2208
-0
lines changed

.idea/.gitignore

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

.idea/functionality.php.iml

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

.idea/modules.xml

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

.idea/php.xml

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

.idea/vcs.xml

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

composer.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "functionality/functionality.php",
3+
"type": "library",
4+
"license": "MIT",
5+
"autoload": {
6+
"psr-4": {
7+
"Functionality\\FunctionalityPhp\\": "src/"
8+
}
9+
},
10+
"require": {
11+
"php": ">=8.0.0"
12+
},
13+
"authors": [
14+
{
15+
"name": "Omar Khaled",
16+
"email": "omar.dev.work@outlook.com"
17+
}
18+
],
19+
"require-dev": {
20+
"phpunit/phpunit": "^9.5"
21+
}
22+
}

0 commit comments

Comments
 (0)