mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
Organized modules, added indirection for FFI vs extension loading (#10)
* mv src -> ext, lib -> src to be more in line with PHP module expectations * Fixed dependency for ffi test * Fixed path in format-check to C source * CRT will now try the extension first, then FFI
This commit is contained in:
+4
-7
@@ -12,19 +12,16 @@
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"lib/"
|
||||
],
|
||||
"psr-4": {
|
||||
"AWS\\": "lib/AWS"
|
||||
}
|
||||
"src/"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [
|
||||
"lib/tests/"
|
||||
"src/tests/"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phpunit lib/tests"
|
||||
"test": "phpunit src/tests"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"authors": [
|
||||
|
||||
Reference in New Issue
Block a user