Skip to content

Commit 5544977

Browse files
committed
Add stub file for apc
1 parent 73ac824 commit 5544977

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"require": {
3+
"ext-apcu": "*"
4+
},
5+
"php-ext": {
6+
"configure-options": [
7+
{
8+
"name": "enable-apc"
9+
}
10+
]
11+
}
12+
}

0 commit comments

Comments
 (0)