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

Commit

Permalink
Pin to 2.4.11 series
Browse files Browse the repository at this point in the history
- Updates composer.phar to stable 1.3.0 version
- Pins ZF to `~2.4.11`
- Updates git ignore rules to simplify for actual usage
  • Loading branch information
weierophinney committed Jan 4, 2017
1 parent c5bf2e4 commit ff7b0e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -7,4 +7,6 @@ nbproject
.project
.settings
composer.lock
vendor/bin
vendor/
!vendor/README.md
!vendor/ZF2/
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -9,6 +9,6 @@
"homepage": "http://framework.zend.com/",
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.2.7"
"zendframework/zendframework": "~2.4.11"
}
}
Binary file modified composer.phar
Binary file not shown.
5 changes: 0 additions & 5 deletions vendor/.gitignore

This file was deleted.

0 comments on commit ff7b0e4

Please sign in to comment.