Skip to content

Commit 73c4d30

Browse files
TavoNiievezNaktibalda
authored andcommitted
Update dependencies
1 parent 4e35b3e commit 73c4d30

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2011 Michael Bodnarchuk and contributors
3+
Copyright (c) 2011-2020 Michael Bodnarchuk and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name":"codeception/module-symfony",
33
"description":"Codeception module for Symfony framework",
44
"keywords":["codeception", "symfony"],
5-
"homepage":"http://codeception.com/",
5+
"homepage":"https://codeception.com/",
66
"type":"library",
77
"license":"MIT",
88
"authors":[
@@ -13,17 +13,17 @@
1313
"minimum-stability": "RC",
1414
"require": {
1515
"php": ">=5.6.0 <8.0",
16-
"codeception/lib-innerbrowser": "^1.0",
16+
"codeception/lib-innerbrowser": "^1.3",
1717
"codeception/codeception": "^4.0"
1818
},
1919
"require-dev": {
2020
"codeception/util-robohelpers": "dev-master",
21-
"codeception/module-asserts": "dev-master | ^1.0",
22-
"codeception/module-doctrine2": "dev-master | ^1.0",
23-
"codeception/module-phpbrowser": "dev-master | ^1.0",
24-
"codeception/module-rest": "dev-master | ^1.0",
25-
"codeception/module-sequence": "dev-master | ^1.0",
26-
"vlucas/phpdotenv": "^3.6"
21+
"codeception/module-asserts": "^1.3",
22+
"codeception/module-doctrine2": "^1.0",
23+
"codeception/module-phpbrowser": "^1.0",
24+
"codeception/module-rest": "^1.2",
25+
"codeception/module-sequence": "^1.0",
26+
"vlucas/phpdotenv": "^4.1"
2727
},
2828
"autoload":{
2929
"classmap": ["src/"]

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# Codeception module for Symfony framework
1+
# Codeception Module Symfony
2+
3+
A Codeception module for Symfony framework.
24

35
[![Build Status](https://travis-ci.org/Codeception/module-symfony.svg?branch=master)](https://travis-ci.org/Codeception/module-symfony)
46

57
## Installation
68

79
```
8-
composer require --dev "codeception/module-symfony"
10+
composer require "codeception/module-symfony" --dev
911
```
1012

1113
## Documentation
1214

13-
<a href="documentation.md">Look at documentation.md file</a>
15+
[Look at documentation.md file](/documentation.md)

0 commit comments

Comments
 (0)