Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit ff7b0e4

Browse files
committed
Pin to 2.4.11 series
- Updates composer.phar to stable 1.3.0 version - Pins ZF to `~2.4.11` - Updates git ignore rules to simplify for actual usage
1 parent c5bf2e4 commit ff7b0e4

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ nbproject
77
.project
88
.settings
99
composer.lock
10-
vendor/bin
10+
vendor/
11+
!vendor/README.md
12+
!vendor/ZF2/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"homepage": "http://framework.zend.com/",
1010
"require": {
1111
"php": ">=5.3.3",
12-
"zendframework/zendframework": "2.2.7"
12+
"zendframework/zendframework": "~2.4.11"
1313
}
1414
}

composer.phar

830 KB
Binary file not shown.

vendor/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)