mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 08:27:57 +00:00
bump phpunit & added dev namespace
This commit is contained in:
+6
-1
@@ -21,7 +21,7 @@
|
||||
"php": ">=5.6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "5.2.*"
|
||||
"phpunit/phpunit": "5.3.*"
|
||||
},
|
||||
"suggest": {
|
||||
"chillerlan/php-googleauth": "*"
|
||||
@@ -30,5 +30,10 @@
|
||||
"psr-4": {
|
||||
"chillerlan\\QRCode\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"chillerlan\\QRCodeTest\\": "tests/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user