diff --git a/dev/tests/acceptance/composer.json b/dev/tests/acceptance/composer.json
new file mode 100755
index 0000000000000000000000000000000000000000..4f8abc17b251655f6798a664621be207a4374972
--- /dev/null
+++ b/dev/tests/acceptance/composer.json
@@ -0,0 +1,34 @@
+{
+    "name": "magento/magento2ce-functional-tests",
+    "description": "Magento 2 Functional Tests",
+    "type": "project",
+    "version": "1.0.0",
+    "license": [
+        "OSL-3.0",
+        "AFL-3.0"
+    ],
+    "config": {
+        "sort-packages": true
+    },
+    "repositories": [
+        {
+            "type": "git",
+            "url": "git@github.com:magento/magento2-functional-testing-framework.git"
+        }
+    ],
+    "require": {
+        "allure-framework/allure-codeception": "dev-master#af40af5ae2b717618a42fe3e137d75878508c75d",
+        "codeception/codeception": "~2.3.4",
+        "consolidation/robo": "^1.0.0",
+        "henrikbjorn/lurker": "^1.2",
+        "magento/magento2-functional-testing-framework": "1.0.0",
+        "php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
+        "vlucas/phpdotenv": "~2.4"
+    },
+    "autoload": {
+        "psr-4": {
+            "Magento\\": ["tests/functional/Magento", "generated/Magento"]
+        }
+    },
+    "prefer-stable": true
+}