github.com/dolthub/go-mysql-server@v0.18.0/_integration/php/composer.json (about) 1 { 2 "name": "go-mysql-server php test", 3 "description": "go-mysql-server php test for compatibility", 4 "autoload": { 5 "classmap": [ 6 "src/" 7 ] 8 }, 9 "require-dev": { 10 "phpunit/phpunit": "^7" 11 } 12 }