Windows build (#29)

* Added build instruction updates for Windows to README

* Added composer to requirements
This commit is contained in:
Justin Boswell
2021-06-17 09:21:00 -07:00
committed by GitHub
parent f6f9a6b349
commit 078df4825c
13 changed files with 140 additions and 23 deletions
+4 -3
View File
@@ -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"
}