mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
Windows build (#29)
* Added build instruction updates for Windows to README * Added composer to requirements
This commit is contained in:
+4
-3
@@ -29,9 +29,10 @@
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"test": "@php -d extension=modules/awscrt.so vendor/bin/phpunit tests",
|
||||
"test-extension": "@php -d extension=modules/awscrt.so vendor/bin/phpunit tests",
|
||||
"test-ffi": "@php vendor/bin/phpunit tests"
|
||||
"test": "./run_tests",
|
||||
"test-extension": "@test",
|
||||
"test-ffi": "@php vendor/bin/phpunit tests",
|
||||
"test-win": "run_tests"
|
||||
},
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user