Skip to content

Commit

Permalink
Created project structure and randomBool function and RandomBoolTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarWebDev committed Jun 15, 2022
1 parent 87c4353 commit e82a6bf
Show file tree
Hide file tree
Showing 10 changed files with 2,208 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions .idea/functionality.php.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "functionality/functionality.php",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Functionality\\FunctionalityPhp\\": "src/"
}
},
"require": {
"php": ">=8.0.0"
},
"authors": [
{
"name": "Omar Khaled",
"email": "[email protected]"
}
],
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}
Loading

0 comments on commit e82a6bf

Please sign in to comment.