Created
December 30, 2017 11:00
-
-
Save lahmacun/39c07bbea3b144960f6c7452e79ed06b to your computer and use it in GitHub Desktop.
PHPUnit Yazısı
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"require": { | |
"phpunit/phpunit": "^6.5" | |
}, | |
"autoload": { | |
"psr-4": { | |
"App\\": "app" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment