Intructions update (#89)

- add .gitattributes to cut down the composer package size.
- Update README for instruction to install from package managers and build from source for windows.
This commit is contained in:
Dengke Tang
2023-03-01 16:18:25 -08:00
committed by GitHub
parent 442f3850bd
commit 5334110e8b
3 changed files with 74 additions and 29 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
{
"name": "aws/aws-crt-php",
"homepage": "http://aws.amazon.com/sdkforphp",
"homepage": "https://github.com/awslabs/aws-crt-php",
"description": "AWS Common Runtime for PHP",
"keywords": ["aws","amazon","sdk","crt"],
"type": "library",
@@ -25,6 +25,9 @@
"src/"
]
},
"suggest": {
"ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
},
"scripts": {
"test": "./dev-scripts/run_tests",
"test-extension": "@test",