diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..397b602b --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php-phantomjs.iml b/.idea/php-phantomjs.iml new file mode 100644 index 00000000..9f0e5ad8 --- /dev/null +++ b/.idea/php-phantomjs.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 00000000..cd67c36e --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..94a25f7f --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..034e51f8 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,53 @@ + + + + + + + $PROJECT_DIR$/composer.json + + + + + + + + + + + + + + + + + + + + + + + + + + + 1605269736691 + + + + + + \ No newline at end of file diff --git a/composer.json b/composer.json index b5cf6f58..abb324c6 100644 --- a/composer.json +++ b/composer.json @@ -14,11 +14,11 @@ "minimum-stability": "stable", "require": { "php": ">=5.4.0", - "symfony/config": "~2.3|~3.0", - "symfony/dependency-injection": "~2.3|~3.0", - "symfony/filesystem": "~2.3|~3.0", - "symfony/yaml": "~2.3|~3.0", - "twig/twig": "~1.16", + "symfony/config": "5.1.*", + "symfony/dependency-injection": "5.1.*", + "symfony/filesystem": "5.1.*", + "symfony/yaml": "5.1.*", + "twig/twig": "3.0", "jakoch/phantomjs-installer": "2.1.1-p08" }, "require-dev": {